Delete item from recipient list
DELETE/users/:email/lists/:listname
Delete item from recipient list
Request
Responses
- 204
- 403
- 404
- 500
Successfully deleted the item
Returned in the case that the domain in the user email is associated with an api key that is different than the one in the request, the user is associated with a different customer, or the domain in the user email is an alias domain.
Account not found
Internal Server Error