Description
Deletes the specified Domain Registration 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 of the Domain Registration Order that you want to delete |
HTTP Method
POST
Example Test URL Request
https://test.httpapi.com/api/domains/delete.json?auth-userid=0&api-key=key&order-id=0
Response
Returns a hash map containing the below details:
-
Action ID of the Order Deletion Action (eaqid)
-
Order Deletion Action Status (actionstatus)
In case of any errors, a status key with value as ERROR alongwith an error message will be returned.
Note
A success status does not indicate that the domain was deleted. It indicates that the API call was accepted and passed all validations. You can use this method to get the status of the deletion action.