DELETE
/
api
/
canned-replies
/
{uuid}
curl --request DELETE \
  --url https://app.sentsays.com/api/canned-replies/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 200,
  "id": "fd3f92b5-340c-4259-a189-896a38b885d7",
  "message": "Request processed successfully"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Include your API key in the Authorization header: Authorization: Bearer YOUR_API_KEY

Path Parameters

uuid
string
required

UUID of the automated reply to delete

Example:

"f8abb450-9ff5-460c-a194-99e30c67c019"

Response

200
application/json

Automated reply deleted successfully

The response is of type object.