Revoke Micro project invitation
micro_invitation_revokeRevoke a specific pending project invitation before it is accepted by providing its invitation ID and confirmation. Prevents unauthorized access by canceling invites that should no longer be sent.
Instructions
Revoke one exact pending project invitation before it is accepted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Micro project directory; defaults to the server working directory | |
| confirm | Yes | Explicit confirmation to revoke this invitation | |
| invitationId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| json | No | ||
| stderr | Yes | ||
| stdout | Yes | ||
| command | Yes | ||
| exitCode | Yes |