cURL
curl --request DELETE \ --url https://api.bland.ai/v1/sms/conversations/{id} \ --header 'authorization: <authorization>'
{ "data": { "message": "Conversation and all associated messages deleted successfully" }, "errors": null }
Delete a specific conversation and all of its associated messages. This action is permanent.
null
Was this page helpful?