Report Bugs Join the Community Ask Questions

delete

Removes a Number from a persistent database.

URL

/numbers/{ref}

Method

DELETE

Parameters

Parameter Name Type Value Description
ref path string Resource reference

Request body

Do not supply a request body with this method.

Response

If successful this method removes a Number.

Sample Call

DELETE /api/v1beta1/numbers/dd50baa4
{

}

HTTP/1.1 200 OK
{
  "status": "200", 
  "message": "Successful request"
}