propeller logo
ApiTasksTask_id

Delete Task

DELETE
/tasks/{TASK_ID}

Path Parameters

TASK_ID*string

Request Body

application/json

name?string

Response Body

curl -X DELETE "http://localhost:7070/tasks/string" \  -H "Content-Type: application/json" \  -d '{    "name": "{{$randomCompanyName}}"  }'