Skip to main content
DELETE
/
phone-numbers
/
{phoneNumberId}
Deletes a phone number.
curl --request DELETE \
  --url https://api.leadping.ai/phone-numbers/{phoneNumberId}
{
  "type": "<string>",
  "title": "<string>",
  "status": "<string>",
  "detail": "<string>",
  "instance": "<string>"
}

Path Parameters

phoneNumberId
string
required

The ID of the phone number to delete.

Response

No content is returned when the operation succeeds.