Skip to content

Cancel task

DELETE
/api/v1/tasks/{taskId}/cancel
curl --request DELETE \
--url http://127.0.0.1:58259/api/v1/tasks/example/cancel

Cancel an in-progress task by task ID.

taskId
required
string

OK

Media type */*
object
taskId
string
cancelled
boolean
message
string