Skip to main content
POST
/
cancel-number
Cancel Phone Number
curl --request POST \
  --url https://api.kallabot.com/cancel-number \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "sid": "PNa1b2c3d4e5f6g7h8i9j0k1l2m3n4o5"
}'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
sid
string
required

Twilio Phone Number SID

Example:

"PNa1b2c3d4e5f6g7h8i9j0k1l2m3n4o5"

Response

Phone number cancelled successfully

success
boolean
required
Example:

true