Skip to main content
DELETE
/
v1
/
labs
/
task
/
{task_id}
curl -X DELETE https://genaipro.vn/api/v1/labs/task/abc123-def456 \
  --header 'Authorization: Bearer <token>'

Path Parameters

task_id
string
required
Task ID to delete

Response

Returns HTTP 200 with no body on success.
curl -X DELETE https://genaipro.vn/api/v1/labs/task/abc123-def456 \
  --header 'Authorization: Bearer <token>'