element_delete
Delete a Voog CMS element by providing the element ID and setting force to true. Run elements_list first to retrieve the correct ID.
Instructions
Delete an element (DELETE /elements/{id}). Voog returns 204. Requires force=true; without it the call is rejected. Run elements_list first to confirm the id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| element_id | Yes | Voog element id (from elements_list) | |
| force | No | Must be true to actually perform the delete. Defaults to false (defensive opt-in). |