Skip to main content
DELETE
/
v1
/
whatsapp
/
conversations
/
{conversation_id}
Delete a conversation
curl --request DELETE \
  --url https://karibu.briq.tz/v1/whatsapp/conversations/{conversation_id} \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "conversation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "deleted": true
  },
  "errors": [
    {
      "code": "<string>",
      "message": "<string>",
      "field": "<string>"
    }
  ],
  "request_id": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

conversation_id
string<uuid>
required

Response

Successful Response

success
boolean
data
object
errors
object[] | null
request_id
string