Revoke a tool-consent grant
DELETE /v1/consent/grants/:id — Mark a grant revoked. Subsequent autonomous calls to the tool under the same scope will block again until a fresh grant
DELETE /v1/consent/grants/:id
Mark a grant revoked. Subsequent autonomous calls to the tool under the same scope will block again until a fresh grant is issued.
| Method | DELETE |
| Path | /v1/consent/grants/:id |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | admin |