Skip to main content
DELETE
/
dispositions
/
{id}
Deletes a disposition.
curl --request DELETE \
  --url https://api.leadping.ai/dispositions/{id} \
  --header 'Authorization: <api-key>'
This response does not have an example.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. (i.e. "Bearer 1234abcdef")

Path Parameters

id
string
required

The ID of the disposition to delete.

Response

Disposition was successfully deleted.

I