cURL
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>" }
Cancel an existing port-in order
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Order ID
Cancellation result
Status
Response message
Was this page helpful?
Contact support