DELETE
/
api
/
canned-replies
/
{uuid}
curl --request DELETE \
  --url https://swiftchats.axis96.xyz/api/canned-replies/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 200,
  "id": "a759be89-6135-4503-8ff2-0c914da21e4a",
  "message": "Request processed successfully"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200 - application/json
OK

The response is of type object.