Delete Domain Names from Wishlist

Description

Deletes the specified Domain Name(s) from the Wishlist.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key String Required Authentication Parameter
customerid Integer Required Customer ID of the Customer for whom you wish to delete the Wishlist entry
domain Array of Strings Required Domain Name(s) which need to be deleted from the Wishlist

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:

  • Wishlist Entry Deletion Action Status (status)

  • Wishlist Entry Deletion 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.