Remove the link between an object and a task
POST
/objects/tasks/unlinkAuthorization
AuthorizationOAuth2 access token · headerrequiredScopes:
api:writeor
AuthorizationBearer token (JWT) · headerrequiredRequest body
requiredapplication/jsonobjectIdstring<uuid>requiredObject instance UUID
taskIdstring<uuid>requiredTask UUID
Responses
200
successbooleanrequiredOperation success flag
401
Unauthorized - Invalid or missing authentication token
403
Forbidden - Insufficient API scopes or permissions