revoke_project_token
Revoke a PROJECT-scoped management token on a project you own, any holder's, not just your own (the account-owner kill switch for a leaked or retired integration's management token). Soft-revoke: the row stays for traceability and the management token is rejected immediately. Idempotent. Requires an ACCOUNT-scoped management token and the config scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The slug of a project you own. | |
| tokenId | Yes | The management token UUID (from create_project_token or list_project_tokens). |