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