cURL
curl --request DELETE \ --url https://swiftchats.axis96.xyz/api/contacts/{uuid} \ --header 'Authorization: Bearer <token>'
{ "statusCode": 200, "id": "945d8b4f-a580-4743-bdfa-f0095059b37a", "message": "Request processed successfully" }
Documentation IndexFetch the complete documentation index at: https://swiftchats-documentation.axis96.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://swiftchats-documentation.axis96.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object