cURL
curl --request DELETE \ --url https://api.voxo.co/v2/messaging/conversations/{conversationId} \ --header 'Authorization: Bearer <token>'
{ "conversationId": 123 }
Hide a conversation from the user’s list
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Conversation ID
Conversation hidden
Was this page helpful?
Contact support