DELETE
/
api
/
contact-groups
/
{uuid}
curl --request DELETE \
  --url https://swiftchats.axis96.xyz/api/contact-groups/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 200,
  "id": "67b9e3ea-a73c-43a7-b0f2-203c429531c7",
  "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.