Remove Items from Annotation Task

Remove work from an existing Task

Request
path Parameters
id
required
string
Request Body schema: application/json

: Task update payload

query
required
string
asynced
boolean or null
property name*
additional property
any
Responses
200

Ok

post/annotationtasks/{id}/removeFromTask
Request samples
application/json
{
  • "query": "string",
  • "asynced": true
}
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "status": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "type": "string",
  • "error": "string",
  • "progress": 0,
  • "spec": {
    },
  • "report": {
    }
}