provider Filter sharing DELETE /rest/api/3/filter/{id}/permission/{permissionId}
@utdk/jira /rest/api/3/filter/{id}/permission/{permissionId}
Delete share permission
Deletes a share permission from a filter. **[Permissions](#permissions) required:** Permission to access Jira and the user must own the filter.
id path required
The ID of the filter.
integer
permissionId path required
The ID of the share permission.
integer

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

deletesharepermission
DELETE/rest/api/3/filter/{id}/permission/{permissionId}
Deletes a share permission from a filter. **[Permissions](#permissions) required:** Permission to access Jira and the user must own the filter.

Parameters

required

The ID of the filter.

required

The ID of the share permission.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.deletesharepermission()