Delete Pre-Registration Order

Delete Pre-Registration Order

Description

Deletes the Pre-Registration Order for the specified Domain Name(s).

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key or auth-password String Required Authentication Parameter
customerid Integer Required Customer Id of the Customer for whom you wish to Delete this Pre-Registration Order
domain Array of Strings Required Domain Name(s) for which the Pre-Registration Order needs to be deleted

HTTP Method

POST

Example Test URL Request

https://test.httpapi.com/api/domains/preordering/delete.xml?auth-userid=0&api-key;=key&customerid;=0&domain;=domain1.ads

Response

Returns a hash map containing the below details:

  • Add Pre-Registration Order Action Status (status)

  • Add Pre-Registration Order Action Status Description (status_description)

  • Invalid Domain Name(s) (invalid_domains)

In case of any errors, a status key with value as ERROR alongwith an error message will be returned.