SMS
Delete Messages from Conversation
Delete SMS conversations by their IDs.
DELETE
Headers
Your API key for authentication.
Path Parameters
The ID of the conversation deleted.
Body Parameters
A list of message ID integers to mark as deleted. Must not be empty.
Response
Object containing confirmation and the count of messages deleted.
A success message indicating how many messages were marked as deleted.
The number of messages successfully marked as deleted.
null
on success, or a list of error objects on failure.