Delete Filter
Deletes a filter by id.
Method
DELETE /filter/{id}
Parameters
Path Parameters
Name | Description |
---|---|
id | The id of the filter to be deleted. |
Result
This method returns no content.
Response Codes
Code | Media type | Description |
---|---|---|
204 | Request successful. | |
403 | application/json | The authenticated user is unauthorized to delete this filter. See the Introduction for the error response format. |
404 | application/json | Filter cannot be found. See the Introduction for the error response format. |
Example
Request
DELETE /filter/aFilterId
Response
Status 204. No content.