deleteSite
Remove a Netlify site by specifying its unique site ID using the MCP Server, enabling efficient site management and cleanup within the Netlify environment.
Instructions
Delete a site
Input Schema
Name | Required | Description | Default |
---|---|---|---|
siteId | Yes | ID of the site to delete |
Input Schema (JSON Schema)
{
"properties": {
"siteId": {
"description": "ID of the site to delete",
"type": "string"
}
},
"required": [
"siteId"
],
"type": "object"
}