This resource deletes a contact filter by its ID

Attributes

Parameter Default Description
id The maileon ID of the contact filter to remove.

Response Codes

Code Message Description
204 No content Default status when everything worked well.
404 Not found There was no filter found with the given ID.
409 Conflict The filter could not be deleted. Reasons are usually: the filter is used in a target group or in an active trigger mailing.
5xx Server error An unexpected error occured.

Example