Developer Center

Create Cancellation Request

With this action, a cancellation request is created via API for the specified service.

Method / Endpoint

POST/ {{API_URL}} order/cancel

Request Parameters

NameRequirementDescription
keyYesAPI Key
idYesOrder ID Number
reasonOptionalReason for Cancellation
urgencyYesCancellation priority. Possible values:
period-ending : The service is canceled upon expiration.
now
: The request is canceled as soon as approved.

Sample cURL Request

curl --location 'https://example.com/api/reseller/order/cancel' \
--header 'Content-Type: application/json' \
--data '{
    "key": "UzZBSlBWeWk0UEcrVWxlU0RjS1B1dz09",
    "id": 1,
    "reason": "Testing",
    "urgency": "now"
}'

Sample JSON Response

{
    "status": "successful"
}
Service Upgrade Domain Name Change

Do you have any questions?

Feel free to contact us
Contact Us
Copyright © 2024. All Rights Reserved.
Join Our Discord Channel
Top

New Year's Special Discount

"Startup Lifetime" and "Professional Lifetime" licenses are 30% off!

Coupon Code:
HAPPYYEARS30 Copied!
Discount Rate 30%
Expiration Date December 31, 2024