Skip to main content

Delete domain list entry

DELETE 

/domains/:domain/lists/:listname

Delete an entry from the blocklist or safelist for a domain.

Request

Path Parameters

    domain hostnamerequired

    The domain name.

    listname stringrequired

    Possible values: [blocklist, safelist, blacklist, whitelist]

    The name of the list to delete an entry from. One of 'safelist' or 'blocklist'. 'whitelist' and 'blacklist' are deprecated

Query Parameters

    item stringrequired

Responses

Successfully deleted the item.

Loading...