Skip to main content
DELETE
/
v1
/
subscription
/
extra-numbers
Remove an extra number (On Demand)
curl --request DELETE \
  --url https://pilotstatus.com.br/v1/subscription/extra-numbers \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "quantity": 1
}'
{
  "success": true,
  "charged": true,
  "plan": "ON_DEMAND",
  "paidExtraNumbers": 1,
  "maxNumbers": 1,
  "proratedTotal": 0
}

Authorizations

x-api-key
string
header
required

Your ps_ API key

Body

application/json
quantity
number

How many extra number slots to release (default 1).

Example:

"1"

Response

Removed 1 slot