Pular para o conteúdo principal
DELETE
/
v1
/
subscription
/
extra-numbers
Remover número extra (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
}

Autorizações

x-api-key
string
header
obrigatório

Sua chave de API ps_

Corpo

application/json
quantity
number

Quantos slots de número extra devolver (default 1).

Exemplo:

"1"

Resposta

Removeu 1 slot