Skip to main content

Delete a message

Permanently deletes a message. It cannot be undone.

Parameters

No parameters.

Returns

Returns an empty response.

delete
/api/conversations/{id}/messages/{id}
curl -X DELETE https://{workspace}.kitchen.co/api/conversations/{id}/messages/{id} \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'X-Requested-With: XMLHttpRequest' \
-H 'Authorization: Bearer {API_KEY}'
Response
null