delete /filters/{id}

Deletes a filter.

Deletes the filter specified by the id parameter.

Path parameters

id (required)
The ID of the filter to delete.

Responses

204
Success. The filter has been deleted.

400
The ID of the request is malformed.

403
The user is not authorized to delete a filter.

404
The specified filter was not found.