Skip to main content
DELETE
/
{instance}
/
delete-message-thread
Delete Message threads
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 from the database and also deletes all the messages in the thread.
Deleting a thread will delete all of the messages related to the thread.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept
string

Path Parameters

instance
string
required

Instance UUID copied from hypersender dashboard

Example:

"{{ instance_id }}"

Query Parameters

messageThreadId
string
I