Cancel an Order

Canceling a number if possible.

DELETE https://smsverification.xyz/api/v2/disposable/cancel/{numberId}

It is possible to only cancel numbers whom never received SMS messages which resulting in funds back to the buyer's balance.

Path Parameters

NameTypeDescription

numberId*

String

Must declare number id.

Headers

NameTypeDescription

Authentication*

String

{
    "status": "success",
    "data": {
        "old_balance": 0.75,
        "new_balance": 0.78
    }
}

Last updated