Delete
Loading...
When you want to delete an existing SiteLock order using the API. This article explains the required parameters and example API request to delete the order.
Deletes an existing SiteLock Order.
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter |
| api-key | String | Required | Authentication Parameter |
| order-id | Integer | Required | The Order ID which is to be deleted |
POST
https://test.httpapi.com/api/sitelock/delete.json?auth-userid=0&api-key=key&order-id=0
Returns a hash map containing the below details:
Domain Name (description)
Order ID of the SiteLock Order (entityid)
Action Type (actiontype)
Description of the SiteLock Order Delete Action (actiontypedesc)
Action ID of the SiteLock Order Delete Action (eaqid)
SiteLock Order Delete Action Status (actionstatus)
Description of the SiteLock Order Delete Action Status (actionstatusdesc)
In case of any errors, a status key with value as ERROR alongwith an error message will be returned.