Delete Resource Using DELETE

Delete Resource Using DELETE

NOTE: Deletion of a Resource is not synchronous. As a result, the delete operation may not happen immediately. It is recommended to query back the system with the resource identifier and ensure that the system returns a 404 error.

Request
URI
DELETE
https://{api_host}/api/resources/{id}
COPY
Path Parameters
string
id
Required

The Resource identifier


Authentication
This operation uses the following authentication methods.
Responses
204

The resource is deleted successfully

Operation doesn't return any data structure

404

The Resource being deleted is invalid/non-existent

Operation doesn't return any data structure