[Backend] Delete API for resource Data
See original GitHub issueDeliverables-
- A delete API which will be a cron job[ please use the existing reusable functions] It should delete the resource data of 2 months ago.
- A delete API which will get the
id
in request body and delete a particular resource data. - Both APIs should be well tested
Ref PR for the cron job api - https://github.com/HITK-TECH-Community/Community-Website/pull/692
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Deleting a resource via HTTP DELETE - DEV Community
How to delete resources from a database using an Express API ; server.delete('/toys/:id', (req, res) => { }) ; const { id }...
Read more >How to send DELETE request using REST assured? - Tools QA
This post takes you through the HTTP delete request method. Further, we discuss how to use the delete method using Rest API and...
Read more >What happens when you DELETE a resource? - Ilija Eftimov
When a request is succesfully fulfilled on this endpoint, the record which was identified by the :id param is destroyed. Since the request...
Read more >Delete Resource REST API - Informatica Documentation
Use the Delete Resource Definition REST API to delete a Informatica Managed File Transfer resource according to the resource ID. This API uses...
Read more >delete-backend-api — AWS CLI 1.27.37 Command Reference
Defines the resource configuration for the data model in your Amplify project. AdditionalAuthTypes -> (list). Additional authentication methods used to interact ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Can I work on this issue ??
hello , I would like to work on this issue, can I work on this?