Cancel invitation by email
DELETE/v1/spaces/:spaceId/users/invitations
Preview: The API is in development or testing phases and the interface could still change slightly.
Cancels all active invitation process instances for a given email address within a space.
Queries process instances by business key (spaceId) and filters by invitee email
in the process variables. Returns 404 if no matching invitation is found.
Scope: []
Request
Responses
- 204
- 404
- 500
Invitation(s) cancelled successfully
No invitation found for the given email
Server error