Sazabi
APIMembers

Revoke an invitation

DELETE
/members/invitations/{invitationId}

Revoke a pending invitation.

Path Parameters

invitationId*string

ID of the invitation to revoke.

Length1 <= length

Query 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).

Length1 <= length

Response Body

application/json

curl -X DELETE "https://example.com/members/invitations/string"
{  "revokedInvitationId": "string"}