-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing DELETE API Endpoint for Resource Deletion #1987
Comments
@soumya-maheshwari could you assign it to me? |
@soumya-maheshwari I see in response logs, "DELELTE" option is not present as well. Can you tell me where to find swagger documentation and I guess these APIs are on the backend right? |
@soumya-maheshwari I found the API documentation, I see there is no delete API present here, that means we need to check on the backend whether this API is defined or Am I missing something? |
@rithviknishad i want to work on this |
@rithviknishad Can I work on this one? |
Needs confirmation on whether this is needed or not or instead have a cancelled state... cc: @nihal467 |
Hey team, I think we just need to update the HTTP method, as it impacts resource and shifting record deletion. |
We do not plan to support this feature. |
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:
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
The text was updated successfully, but these errors were encountered: