Delete Task
Use this endpoint to delete a scheduled task.
Request
URI
DELETE
https://{api_host}/vco/api/tasks/{id}
COPY
Path Parameters
string
id
Required
id
Responses
204
No content
Operation doesn't return any data structure
401
The user is not authorized
Operation doesn't return any data structure
404
Can not find a Task with the specified ID or the user does not have 'read' access rights for that task
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/vco/api/tasks/{id}
Task Service Operations
GET
Get Tasks
POST
Create Task
GET
Get Task
POST
Update Task
DELETE
Delete Task
GET
Get Executions
GET
Get Permissions For Object
POST
Insert Permissions For Object
DELETE
Delete Permissions For Object
GET
Get Permission Rule
PUT
Update Permission Rule
DELETE
Delete Permission Rule