Skip to main content
DELETE
Delete a Phone Number

Authorizations

Authorization
string
header
required

Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token '

Query Parameters

phoneNumber
string
required

The phone number to delete.

Example:

"+14155551212"

Response

Successful response

success
boolean
Example:

true

message
string
Example:

"Phone number deleted successfully"

messageKey
string
Example:

"PhoneNumberDeletedSuccessfully"