Deletes an organization invite.
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$inviteIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Responses
204
Organization invite did not exist
No content
205
The organization invite has been deleted
delete/orgs/{organizationId}/link-invites/{inviteId}
No content
Last updated
Was this helpful?