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.

Documentation Index

Fetch the complete documentation index at: https://docs.hypersender.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Query Parameters

messageThreadId
string

Response