Skip to main content
Version: 1.x.x

deleteNumber

Removes a Number from a persistent database.

URL

/numbers/{ref}

Method

DELETE

Parameters

Parameter NameTypeValueDescription
refpathstringResource 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"
}