Removes an explicit team permission from the specified filter.

Removing a filter team permission revokes that team's explicit access to the filter. The team permission entry must belong to the specified filter. <Check title="Required Permissions" icon="key">The user must have at least `manage` permissions for the specified filter.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

filterIdstringRequiredformat: "uuid"
The filter that owns the team permission entry.
filterToTeamIdstringRequiredformat: "uuid"
The team permission entry to delete.

Response

No Content

Errors