Skip to main content

Delete item from recipient list

DELETE 

/users/:email/lists/:listname

Delete item from recipient list

Request

Path Parameters

    email stringrequired

    The email address of the recipient whose list will be modified.

    listname stringrequired

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

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

Query Parameters

    item stringrequired

    The list entry which should be removed.

Responses

Successfully deleted the item

Loading...