delete_datasource
Remove a datasource from a Storyblok space to maintain organized and accurate data. Specify the datasource ID to ensure precise deletion.
Instructions
Deletes a datasource from a specified Storyblok space.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
datasource_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"datasource_id": {
"title": "Datasource Id",
"type": "integer"
}
},
"required": [
"datasource_id"
],
"title": "delete_datasourceArguments",
"type": "object"
}