wordpress_delete_reusable_block
Remove reusable blocks from WordPress to clean up your content library and manage block organization.
Instructions
Delete a reusable block
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blockId | Yes | ||
| force | Yes |
Input Schema (JSON Schema)
{
"properties": {
"blockId": {
"type": "number"
},
"force": {
"type": "boolean"
}
},
"required": [
"blockId",
"force"
],
"type": "object"
}