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.
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
}
null on success, or a list of error objects on failure.{
"data": {
"message": "Conversation and all associated messages deleted successfully"
},
"errors": null
}
Was this page helpful?