delete_datasource_entry
Remove a specific entry from a datasource in Storyblok CMS by providing its unique ID, enabling precise content management and data cleanup.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
entry_id | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"entry_id": {
"type": "string"
}
},
"required": [
"entry_id"
],
"type": "object"
}