Mailrelay API Reference

Remove a subscriber

DELETE /subscribers/{id}

This method can be used to remove a subscriber. The default action to soft delete the subscriber, meaning that you will able to restore it later.

In order to comply with GDPR, you can use the permanent_delete parameter which will remove all data from this subscriber.

Parameters

NameTypeDescription
id integer ID of the record
permanent_delete boolean Setting this flag to true will completely remove the subscriber. The subscriber data will be removed and stats information will be anonymized.

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.