Delete a Deployment (v2.0)
DELETE/sdwan/v2.0/api/bulkconfigurations/sitetemplates/:site_template_id/deployments/:deployment_id
Delete a deployment.
Request
Path Parameters
site_template_id stringrequired
The site template ID.
deployment_id stringrequired
The deployment ID.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
deployment_id string
The site deployment ID.
id string
The ID.
site_id string
Site Id
template_id string
The template ID.
variable_map object
Data required to deploy new sites at scale using this template.
{
"deployment_id": "string",
"id": "string",
"site_id": "string",
"template_id": "string",
"variable_map": {}
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
_error ErrorResponse[]
code string
The error code.
message string
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "INVALID_INPUT_PARAMS"
}
]
}
}
Loading...