Deleting a domain name

Deleting a domain name

Description

Deletes the specified Domain Registration Order.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key or auth-password 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.