Revoke an invitation

View as Markdown

Revokes a pending invitation by :invitationId after confirming it belongs to the caller’s organization. Authorization: organization administrators only. Returns 204 on success; 404 if it does not exist or is not in this org.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

invitationIdstringRequired

Response

Invitation revoked (empty body).