care
care copied to clipboard
Missing DELETE API Endpoint for Resource Deletion
Describe the bug Currently, the Swagger documentation for the Resource API only includes endpoints for retrieving, creating, updating, and partially updating resources. However, there's no mention of a DELETE endpoint for resource deletion.
To Reproduce Steps to reproduce the behavior:
- Go to https://care.ohc.network/resource/
- Click on all details of any resource
- Click on delete record
- See error
Expected behavior The DELETE API endpoint should accept a resource identifier (external_id) as a parameter and delete the corresponding resource from the system.
Screenshots