Skip to main content

Delete DID Line Information

This request deletes DID line information from a specific DID.

delete /phonenumber/dids/{did_sid}/line_information

Sample

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

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

Response

204 status code with an empty body.

Required Scopes

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

  • phonenumber.line_information.manage

Path Arguments

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