cURL
curl --request DELETE \ --url https://api.wapikit.com/api/conversation/{id}
{ "data": true }
delete a conversation
The id value of the conversation you want to delete.
OK
The response is of type object.
object
Was this page helpful?