Description
Cancels the Transfer-In Order that is awaiting Admin approval.
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 of the Transfer request that you want to Cancel |
HTTP Method
POST
Example Test URL Request
https://test.httpapi.com/api/domains/cancel-transfer.json?auth-userid=0&api-key=key&order-id=0
Response
Returns Success (String) if the transfer request is cancelled.
In case of any errors, a status key with value as ERROR alongwith an error message will be returned.