Mailrelay API Reference

Remove an unsubscribe event

DELETE /unsubscribe_events/{id}

Remove an unsubscribe event.

Please, note that this method will only work if the unsubscribe event was created using the API. Unsubscribe events created elsewhere can't be removed.

Parameters

NameTypeDescription
id integer ID of the record

Responses

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