Revoke a pending invitation so its link can no longer be accepted
POST/v1/networks/:networkId/invitations/:invitationId/revoke
Marks a pending invitation as revoked, invalidating its accept link. Requires the administrator role. Only invitations that are still pending can be revoked; one that has already been accepted, revoked, or expired returns 409. Returns the updated invitation.
Request
Responses
- 200
- 401
- 403
- 404
- 409
The revoked invitation
Missing or invalid API key
The API key is not authorized for this resource
Invitation not found
Invitation is not pending and cannot be revoked