Cancel an invitation.
The invitation will be removed and the link user received by email won'tbe valid anymore.
Path Parameters
- organization_id integer required
ID of the workspace
- invitation_id integer required
ID of the invitation
Responses
- 200
- 401
- 403
- 404
- 500
Invitation canceled
User is not authenticated. This means token is either not present or invalid
User does not have the minimal required organization role "ADMIN"
No workspace or invitation was found that corresponds to the ID sent
Something is wrong with the API.
Loading...