Delete an invitation
Invitations
Delete an invitation
Delete the invitation with the given invitation id.
DELETE
Delete an invitation
Deleting an invitation will prevent the invited user from accepting it and joining the group, but it will not revoke access if the invitation has already been accepted. To revoke access for an already accepted invitation, you will need to remove the user from the group directly.
Authorizations
OAuth2 access token. Pass the token in the Authorization header as Bearer <token>. The token is looked up in Redis to resolve the caller identity.
Path Parameters
Invitation ID.
Required range:
x >= 0Example:
111
Last modified on June 16, 2026

