Organization
Revokes the given invitation so its token can no longer be accepted.
Responds with 404 when the invitation does not belong to the organization and 409 when it is not pending.
delete/organizations/{organizationId}/invitations/{invitationId}
Path parameters
organizationIdstring required
The id of the organization.
invitationIdstring required
The id of the invitation to revoke.
Response
No Content
Changes
Changed in 1 of the 7 revisions of this API.1
- ○
the security scope
apiwas added to the endpoint's security schemeOpenIdConnectapi-security-scope-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○