delete_field_plugin
Remove a specific field plugin by its ID using the Storyblok MCP Server. Simplify content management by deleting unnecessary or outdated field plugins directly from your Storyblok space.
Instructions
Deletes a field plugin by its ID.
Args:
field_type_id (int): Numeric ID of the field plugin to delete.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
field_type_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"field_type_id": {
"title": "Field Type Id",
"type": "integer"
}
},
"required": [
"field_type_id"
],
"title": "delete_field_pluginArguments",
"type": "object"
}