Cancel Workspace Invite
Delete an outstanding workspace invitation.Authentication & Scope
Requiresworkspace-users-write ability and admin privileges in the workspace.
Request
Path Parameters
| Parameter | Type | Description |
|---|---|---|
| workspaceId | number | ID of the workspace. |
| inviteId | number | ID of the invite to cancel. |
Response
200 OK – Confirmation message.
Invite not found for this workspace.Invite already accepted.
403 Forbidden – Token lacks workspace-users-write or insufficient privileges.Authorizations
Personal Access Token
Response
Invite canceled
Example:
"Invite deleted successfully."