Delete Hosts
Delete hosts
Request
URI
POST
https://{api_host}/hybridity/api//ztp/domains/{domain_name}/deletehosts
COPY
Path Parameters
string
domain_name
Required
Domain Name
Request Body
hostsDeleteRequest of type(s) application/json
Required
{
"hosts": [
{
"name": "string",
"wipeDisks": false
}
]
}
Responses