Skip to main content
POST
/
v1.0
/
numbers
/
cancel-portin
Cancel Port-in of a Number
curl --request POST \
  --url https://api.example.com/v1.0/numbers/cancel-portin \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "OrderId": "<string>"
}
'

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.

Body

Cancel_PortIn_Request object

OrderId
string
required
Minimum string length: 1

Response

200

Success