Delete Emergency Calling Service
Cancels an emergency calling service.
Note
Cancellation is allowed when current status is new, changes_required, active, and pending_update.
Request
HTTP Method: DELETE
URI Path: /v3/emergency_calling_services/{id}
URI Query Parameters
Name |
Type |
Is Required? |
Description |
|---|---|---|---|
id |
|
Yes |
Unique ID identifier of the emergency calling service. |
Examples
http
DELETE /v3/emergency_calling_services/a1b2c3d4-e5f6-7890-abcd-ef1234567890 HTTP/1.1
Host: api.didww.com
Content-Type: application/vnd.api+json
Accept: application/vnd.api+json
Api-Key: [API token]
curl
curl -i -X DELETE https://api.didww.com/v3/emergency_calling_services/a1b2c3d4-e5f6-7890-abcd-ef1234567890 -H "Accept: application/vnd.api+json" -H "Api-Key: [API token]" -H "Content-Type: application/vnd.api+json"
response
HTTP/1.1 204 No Content
Content-Type: application/vnd.api+json
Other Responses
Code |
Success |
Description |
|---|---|---|
404 |
No |
|
401 |
No |