Mailrelay API Reference

Remove tags from a subscriber

DELETE /subscribers/{subscriber_id}/tags

Removes the given tags from a subscriber. Unknown or unassigned tag names are ignored.

Parameters

NameTypeDescription
subscriber_id integer ID of the subscriber
tags array Tag names.

Responses

StatusDescription
404 Couldn't find record with provided ID.
422 A validation error occurred. Check the response body for more information.
200 Success
401 The API key wasn't sent or is invalid
500 An internal error happened. Try again later.