DELETE
/
api
/
v1
/
accounts
/
{account_id}
/
custom_filters
/
{custom_filter_id}
curl --request DELETE \
  --url https://chat.toolzz.ai/api/v1/accounts/{account_id}/custom_filters/{custom_filter_id}

Parameters

account_id
string

account_id: The ID of the account to get custom filters.

custom_filter_id
string

custom_filter_id: The ID of the custom filter to delete.