APIMembers
Revoke an invitation
Revoke a pending invitation.
Path Parameters
invitationId*string
ID of the invitation to revoke.
Length
1 <= lengthQuery Parameters
organizationId?string
Organization containing the invitation. Auto-filled from CLI and SDK context when omitted. User tokens must supply it unless the credential's fixed scope resolves it; secret keys may omit it (the key's organization applies).
Length
1 <= lengthResponse Body
application/json
curl -X DELETE "https://example.com/members/invitations/string"{ "revokedInvitationId": "string"}