---
title: "Delete permission scheme grant"
method: DELETE
path: "/rest/api/3/permissionscheme/{schemeId}/permission/{permissionId}"
tags: ["Permission schemes"]
---

# Delete permission scheme grant

`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).

## Path parameters

- `schemeId` integer, required
- `permissionId` integer, required

## Response `204`

Returned if the permission grant is deleted.

## Other responses

- `400` — Returned if permission grant with the provided ID is not found.
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user does not have the necessary permission.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-3.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-3/versions/5a51740d7ab3/schema)
