Revoke Task Share

Revoke a task share by deactivating it. This endpoint sets the share's active status to false, preventing further cloning. The share link will no longer work for cloning, but the record is preserved for analytics. Revoking a share: - Sets active = false - Prevents cloning through the share link - Preserves share record and view count - Cannot be undone (create a new share instead) Requires edit permission on the task.

Authentication

AuthorizationBearer

Bearer token authentication using JWT tokens from Ory Kratos/Hydra

Path parameters

org_idstringRequiredformat: "uuid"
The unique identifier of the organization.
project_idstringRequiredformat: "uuid"
The unique identifier of the project.
task_idstringRequiredformat: "uuid"
The specific Task to reference.
share_idstringRequiredformat: "uuid"
The ID of the task share to revoke

Response

Share successfully revoked
idstringformat: "uuid"
task_idstringformat: "uuid"
task_revision_idstringformat: "uuid"
user_idstringformat: "uuid"
short_idstring
share_urlstring
views_countinteger
activeboolean
createdstring
modifiedstring
titlestring or null
descriptionstring or null
expires_atstring or null
task_run_idstring or nullformat: "uuid"
Optional TaskRun ID included as an example of the task's performance.

Errors