Cancel Invitation
Invitations
Cancel Invitation
Cancel a pending invitation
DELETE
Cancel Invitation
Cancels a pending invitation. Already-accepted invitations cannot be cancelled. Requires theDocumentation Index
Fetch the complete documentation index at: https://docs.bunship.com/llms.txt
Use this file to discover all available pages before exploring further.
invitations:delete permission.
Auth
Requires a valid Bearer token with
invitations:delete permission.Path Parameters
Organization identifier.
Invitation identifier.
Response
Confirmation message.
Errors
| Status | Code | Description |
|---|---|---|
400 | VALIDATION_ERROR | Cannot cancel an already-accepted invitation |
401 | AUTHENTICATION_ERROR | Missing or invalid Bearer token |
403 | AUTHORIZATION_ERROR | Insufficient permissions (invitations:delete required) |
404 | NOT_FOUND | Invitation not found |

