Description
Cancels ongoing IRTP process linked to the order.
Parameters
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key | String | Required | Authentication Parameter |
order-id | Integer | Required | Order-ID for which IRTP process has to be cancelled |
reason | String | Required | Reason for cancellation |
HTTP Method
POST
Example Test URL Request
https://test.httpapi.com/api/domains/irtp/verification/cancel.json?auth-userid=0&api-key=key&order-id=0&reason=reason
Response
Returns a hash map containing the status of the Cancellation
-
Status (status)
-
Message (message)
In case of any errors, a status key with value as ERROR alongwith an error message will be returned.
Note
-
This API call is only applicable for GTLDs and if Registrar is opted-in for IRTP. Resellers cannot make use of this API call.
-
IRTP process cannot be cancelled if both the Old and New Registrant have approved.