cURL
curl --request DELETE \ --url https://api.leadping.ai/dispositions/{id} \ --header 'Authorization: <api-key>'
{ "type": "<string>", "title": "<string>", "status": 123, "detail": "<string>", "instance": "<string>" }
JWT Authorization header using the Bearer scheme. (i.e. "Bearer 1234abcdef")
The ID of the disposition to delete.
Disposition was successfully deleted.