delete_datasource_entry
Remove a specific datasource entry from a Storyblok space using the Management API. Simplify content management by deleting outdated or unnecessary entries.
Instructions
Deletes a datasource entry from a specified Storyblok space using the Management API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
datasource_entry_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"datasource_entry_id": {
"title": "Datasource Entry Id",
"type": "integer"
}
},
"required": [
"datasource_entry_id"
],
"title": "delete_datasource_entryArguments",
"type": "object"
}