delete_task
Remove a specific task from your Storyblok space using the Management API by specifying the task ID, ensuring streamlined task management.
Instructions
Deletes an existing task in a specified Storyblok space using the Management API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
task_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"task_id": {
"title": "Task Id",
"type": "integer"
}
},
"required": [
"task_id"
],
"title": "delete_taskArguments",
"type": "object"
}