Cancel a pending invitation
DELETE/v1/org/invitations/:invitationId
Withdraws a pending invitation for the calling organization. An invitation that was already accepted or cancelled, or that belongs to another organization, is reported as not found. Requires the users:write scope.
Request
Responses
- 204
- 401
- 403
- 404
The invitation was cancelled.
Missing or invalid access token.
The token does not carry the users:write scope.
No pending invitation with that identifier.