Skip to main content

Delete DID Emergency

This request deletes DID Emergency from a specific DID.

delete /phonenumber/dids/{did_sid}/emergency

Sample

A sample DELETE request to delete a DID emergency, targeted by the DID secure ID:

curl -X DELETE \
'https://api.carrierx.com/core/v2/phonenumber/dids/0493d917-e23c-41db-8067-0c986df71007/emergency' \
-H 'Authorization: Bearer 5ebc03d6-8b2b-44ad-bf65-72d4f1491dda'

Response

204 status code with an empty body.

Required Scopes

To delete a DID Emergency object, the partner must have the following scope enabled:

  • phonenumber.emergency.manage

Path Arguments

ParameterData TypeDescription
did_sid requiredstringThe secure ID of the DID with the emergency that is to be deleted.