Skip to main content
POST
/
v2
/
admin
/
number-porting
/
cancel-port-in
Cancel Port-In Order
curl --request POST \
  --url https://api.voxo.co/v2/admin/number-porting/cancel-port-in \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "orderId": 123
}'
{
  "status": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json
orderId
number
required

Order ID

Response

Cancellation result

status
string
required

Status

message
string
required

Response message