curl --request POST \
--url https://api.example.com/api/conversations/bulk-delete \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
]
}
'{
"deleted": 123
}Delete multiple conversations in one request.
curl --request POST \
--url https://api.example.com/api/conversations/bulk-delete \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
]
}
'{
"deleted": 123
}