Deleting a Domain Forwarding entry

Description

Deletes an entry for the Domain Forwarding service.

Parameters

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 for which Domain Forwarding entry needs to be deleted
sub-domain-prefix String Optional The prefix for the sub-domain

HTTP Method

POST

Example Test URL Request

https://test.httpapi.com/api/domainforward/sub-domain-record/delete.json?auth-userid=0&api-key=key&order-id=0

Response

Returns a map containing "Success" as status if the entry is deleted successfully.