ArgorantDocs

Stop a domain's renewal

posthttps://app.argorant.com/api/v1/inboxes/orders/{order_id}/domains/{domain}/cancel
POST
/api/v1/inboxes/orders/{order_id}/domains/{domain}/cancel

The domain keeps working until its expiry date and is not renewed or charged again. Domains are never deleted early. Only the workspace owner can cancel.

Authorization

BearerAuth
AuthorizationBearer <token>

Your API key from app.argorant.com/profile, sent as Authorization: Bearer <key>.

In: header

Path Parameters

order_id*string

Order id.

domain*string

One domain of the order.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

Shell
curl -X POST "https://app.argorant.com/api/v1/inboxes/orders/b345aa96-059d-47e7-b733-c1899f843a00/domains/trynorthgate.co/cancel" \  -H "Content-Type: application/json" \  -d '{}'
JSON
{  "domain": "trynorthgate.co",  "auto_renew": false,  "notice": null,  "message": "This domain keeps working until its expiry date and is not renewed."}