Skip to main content
DELETE
/
v1
/
phone-numbers
/
{id}
Release a phone number
curl --request DELETE \
  --url https://api.revdesk.com/v1/phone-numbers/{id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Idempotency-Key
string

UUID — when present, deduplicates repeat submissions. See /api-reference/idempotency.

Path Parameters

id
string
required

Response

Success

The response is of type object.