cURL
curl --request DELETE \ --url https://api.cloudglue.dev/v1/responses/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "object": "response", "deleted": true }
Delete a response by ID. This operation is idempotent - deleting a non-existent response returns success.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the response to delete
Response deleted successfully
ID of the deleted response
Object type identifier
response
Indicates successful deletion
true
false