Skip to main content
POST
/
api
/
conversations
/
bulk-delete
Bulk Delete Conversations Endpoint
curl --request POST \
  --url https://api.example.com/api/conversations/bulk-delete \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "<string>"
  ]
}
'
{
  "deleted": 123
}

Body

application/json

Request to delete multiple conversations.

ids
string[]
required
Required array length: 1 - 100 elements

Response

Successful Response

Result of bulk delete operation.

deleted
integer
required