ckanaction

task_status_delete

Delete a task status.

You must be a sysadmin to delete task statuses.

DELETE
task_status_delete

Authorization

apiTokenHeader
Authorization<token>

CKAN API token

In: header

Request Body

application/json

id?string

the id of the task status to delete

curl -X DELETE "http://localhost:5000/api/3/action/task_status_delete" \  -H "Content-Type: application/json" \  -d '{}'