Delete Mailing List

Delete Mailing List

Description

Deletes mailing lists.

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
list-address-prefixes String Required A CSV of list address prefixes to be deleted on a particular domain name.

HTTP Method

POST

Example Test URL Request

https://test.httpapi.com/api/mail/mailinglist/delete.json?auth-userid=0&api-key;=key&order-id;=0&list-address-prefixes;=list1,list2

Response

Returns "SUCCESS" as the status if a mailing list deleted successfully.