Revoke an invitation
Invitations
Revoke an invitation
Revokes a pending invitation so its magic link can no longer be used. The operation is idempotent — revoking an invitation that is already non-pending still returns success. Requires a Nevermined API key. Requires organization admin privileges.
POST
Revoke an invitation
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization ID
Example:
"org-abc123"
Invitation ID
Example:
"oi-550e8400-e29b-41d4-a716-446655440000"
Response
Invitation revoked (or already non-pending). Returns { success: true }.
Related topics
Workspaces & MembersAPI error codesAccept an organization invitationList organization invitationsRevoke Delegation