Decline an invitation
Invitation
Decline an invitation
Declines and deletes the invitation. The team admin can re-invite later.
POST
Decline an invitation
Documentation Index
Fetch the complete documentation index at: https://docs.cyberun.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
User session JWT (Bearer ). Must be paired with the X-Team-ID
request header on team-scoped endpoints so the server knows which
team's resources to operate on.
Body
application/json
One-time token received via the invitation email.
Example:
"a1b2c3d4e5f6..."
Response
Invitation declined
Always true when the action completed successfully.
Example:
true
