Skip to main content
Use this endpoint to permanently remove a filter set from your tenant. Deletion is irreversible — any queries or integrations that reference the deleted filter_set_id will need to be updated. System-managed filter sets are protected and cannot be deleted.

Endpoint

Required Scope

Your API key must have the filter_sets:write scope (or the broader all:write scope) to call this endpoint.

Path Parameter

string
required
The unique identifier of the filter set to delete. Retrieve this value from the List Filter Sets endpoint.

Example Request

Response

Returns 204 No Content on success. The response body is empty.

Error Responses