Cancel a pending workspace invitation
DELETE/api/v1/workspaces/:id/invitations/:invitationId
Deletes a pending invitation (accepted_at IS NULL) and emits an INVITATION_CANCELLED audit event. Does not touch invitations that have already been accepted.
Request
Responses
- 204
- 403
- 404
- 500
Invitation cancelled
Forbidden
Not found
Internal server error