cURL
curl --request DELETE \ --url https://app.hypersender.com/api/sms/v1/{instance}/delete-message-thread \ --header 'Authorization: Bearer <token>'
This response has no body data.
Delete a message thread and all associated messages.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>