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

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

OR
AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

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"
task_namestring
Name of the associated task
short_idstring
share_urlstring
views_countinteger
activeboolean
createdstring
modifiedstring
titlestring or nullOptional
descriptionstring or nullOptional
expires_atstring or nullOptional
task_run_idstring or nullOptionalformat: "uuid"
Optional TaskRun ID included as an example of the task's performance.
tagslist of objectsOptionalDefaults to []

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error