Deactivate E911 Service for a Phone Number

Lets you deactivate the current E911 service for your long code phone number.

Endpoint

DELETE /numbers/:number_id/relationships/e911s

Path Parameters

  • number_id
    integer REQUIRED

    Your Flowroute long code phone number with the E911 service to be deactivated.

Response Fields

On success, the HTTP status code in the response header is 204 No Content which means that the server successfully processed the request and is not returning any content.


Example Request

DELETE /v2/numbers/12064205780/relationships/e911s HTTP/1.1
Content-Type: application/vnd.api+json
Accept: application/vnd.api+json

                        

Example Request

curl -X DELETE https://api.flowroute.com/v2/numbers/12064205780/relationships/e911s -u accessKey:secretKey

                        

Example Response

204 NO CONTENT

401 Unauthorized

{
  "errors": [
    {
      "detail": "Authentication failed.",
      "id": "7fc8c70a-ca58-430c-b383-b89df84f8083",
      "status": 401,
      "title": "Unauthorized"ƒ
    }
  ]
}

                

403 Forbidden

{  "errors": 
  [
    {
      "status": 403, 
      "detail": "", 
      "title": "ActionNotAuthorizedError"
    }
  ]
}