Cancel

This request allows you to cancel an open order

circle-info

To avoid spam, you have to wait 2 min before you cancel

If you need to increase your order limit, please contact support

https://v-numbers.com/api/cancel?key=&request_id=

Query Params:

  • key

  • request_id

Response example when:

Whey you successfully cancel

{
        "request_id": xxx,
        "success": true
}

When you cancel too early

{
    "request_id": "xxxx",
    "error_code": "early_cancel_denied",
    "error_msg": "Early cancel denied"
}

Last updated