beel_delete_invitation
Revoke a pending invitation to disable its acceptance link. Only pending invites can be revoked; accepted, revoked, or expired ones return 404.
Instructions
Revokes a PENDING invitation, so its acceptance link stops working. An invitation already accepted, revoked or expired cannot be revoked, and answers 404 without disclosing which of the three it is. Revoking does not remove the invitation from the list.
Endpoint: DELETE /v1/accounts/{account_id}/invitations/{invitation_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | Your own account, or an account you provisioned. It — not the credential — decides which account the operation acts on; a `403` is returned when you do not reach it, the same response an account that does not exist gets. | |
| invitation_id | Yes |