delete_resource
Remove specific resources like workspaces, layers, or styles from GeoServer by specifying the resource type, workspace, and name.
Instructions
Delete a resource from GeoServer.
Args:
resource_type: Type of resource to delete (workspace, layer, style, etc.)
workspace: The workspace containing the resource
name: The name of the resource
Returns:
Dict with status and result informationInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| resource_type | Yes | ||
| workspace | Yes |