Revoke TaskAgent Share

Revoke a TaskAgent share by setting active to false.

Requires task_agent:edit on the parent TaskAgent. The share record is preserved for management views and analytics.

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 organization ID
project_idstringRequiredformat: "uuid"
The project ID
task_agent_idstringRequiredformat: "uuid"
The task agent ID
share_idstringRequiredformat: "uuid"
TaskAgent share ID

Response

TaskAgent share revoked
idstringformat: "uuid"
project_idstringformat: "uuid"
task_agent_idstringformat: "uuid"
task_agent_revision_idstringformat: "uuid"
user_idstringformat: "uuid"
task_agent_namestring
short_idstring
views_countinteger
activeboolean
createdstring
share_urlstringRead-only
titlestring or nullOptional<=255 characters
descriptionstring or nullOptional<=1000 characters
expires_atstring or nullOptional
modifiedstring or nullOptional
tagslist of objectsOptional

Errors

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