Skip to main content
DELETE
/
responses
/
{id}
Delete a response
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

The ID of the response to delete

Response

Response deleted successfully

id
string<uuid>

ID of the deleted response

object
enum<string>

Object type identifier

Available options:
response
deleted
enum<boolean>

Indicates successful deletion

Available options:
true,
false