beel_delete_invitation
Revoke a pending invitation to invalidate its acceptance link. Already resolved invitations cannot be revoked and return a 404; revoked invitations stay visible in the list.
Instructions
Revokes a PENDING invitation, so its acceptance link stops working.
Already resolved: an
ACCEPTED,REVOKEDorEXPIREDinvitation cannot be revoked, and answers404without disclosing which of the three it is.History: 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 |