Delete a disposition from your account. Only the owner can delete a disposition.
cURL
curl --request DELETE \ --url https://api.bolna.ai/dispositions/{disposition_id} \ --header 'Authorization: Bearer <token>'
{ "message": "Disposition deleted successfully", "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6" }
created_by
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the disposition to delete.
Disposition deleted successfully
Standard response for create/update/delete operations on a single disposition.
"Disposition created successfully"
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
Was this page helpful?