Skip to main content

Delete External DID

This request deletes an external DID, targeted by secure ID, from the partner account.

delete /phonenumber/external-dids/{external_did_sid}

Sample

A sample DELETE request to release an external DID, targeted by secure ID, from the partner account:

curl -X DELETE \
'https://api.carrierx.com/core/v2/phonenumber/external-dids/e8df62d5-07a3-4189-a67e-87585067c5fe' \
-H 'Authorization: Bearer 5ebc03d6-8b2b-44ad-bf65-72d4f1491dda'

Response

204 status code with an empty body.

Required Scopes

To delete an external DID, the partner must have one of the following scopes enabled:

  • phonenumber.manage
  • phonenumber.delete

Path Arguments

ParameterData TypeDescription
external_did_sid requiredstringThe secure ID of the external DID.