Removes an explicit contributor from the specified filter.

Removing a filter contributor revokes that contributor's explicit access to the filter. The contributor 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 contributor entry.
filterContributorIdstringRequiredformat: "uuid"
The contributor entry to delete.

Response

No Content

Errors