revoke_project_grant
Remove a specific capability grant from a project by supplying the project ID and grant ID.
Instructions
Revoke a per-project capability grant by id. Params: project_id, grant_id. Requires you to be an owner of the project's org.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project id the grant belongs to. | |
| grant_id | Yes | The grant id to revoke, e.g. `grt_...`. |