Documentation Index
Fetch the complete documentation index at: https://blandai-feat-quickstart-rewrite.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Enterprise Feature - SMS is only available on Enterprise plans. Contact your Bland representative for access.
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.
{
"data": {
"message": "2 messages marked as deleted",
"deleted_count": 2
},
"errors": null
}
Docs for agents: llm.txt