revoke_project_grant
Revoke a per-project capability grant by providing the project ID and grant ID. Requires owner role in the project's org.
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 |
|---|---|---|---|
| grant_id | Yes | The grant id to revoke, e.g. `grt_...`. | |
| project_id | Yes | Project id the grant belongs to. |