provider Permission schemes DELETE /rest/api/3/permissionscheme/{schemeId}/permission/{permissionId}
@utdk/jira /rest/api/3/permissionscheme/{schemeId}/permission/{permissionId}
Delete permission scheme grant
Deletes a permission grant from a permission scheme. See [About permission schemes and grants](../api-group-permission-schemes/#about-permission-schemes-and-grants) for more details. **[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).
schemeId path required
The ID of the permission scheme to delete the permission grant from.
integer
permissionId path required
The ID of the permission grant to delete.
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.

deletepermissionschemeentity
DELETE/rest/api/3/permissionscheme/{schemeId}/permission/{permissionId}
Deletes a permission grant from a permission scheme. See [About permission schemes and grants](../api-group-permission-schemes/#about-permission-schemes-and-grants) for more details. **[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

Parameters

required

The ID of the permission scheme to delete the permission grant from.

required

The ID of the permission grant to delete.

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.deletepermissionschemeentity()