Skip to main content

Delete item from customer list

DELETE 

/lists/:listname

Delete item from customer list

Request

Path Parameters

    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...