Deletes an existing virtual domain. Fully qualified domain name is used to identify the domain to be deleted
Since Product Version: 3.2
Resource Information
Rate Limiting? |
Yes |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Credential |
HTTP Methods |
DELETE |
DevNet Discussions
Resource URL
/webacs/api/v3/op/vd UnmodifiedThis resource has not been modified since the previous API version.
Request Parameters
Attribute | Source | Description |
---|---|---|
domainFQN String |
query |
RequiredFully qualified name of the virtual domain to be deleted |
Response Parameters
Attribute | Description |
---|---|
warning String |
An error message in case if any error occurred |
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Response Payload
https://localhost/webacs/api/v3/op/vd?domainFQN=ROOT-DOMAIN/Domain
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v3/op/vd?domainFQN=ROOT-DOMAIN/Domain" rootUrl="https://localhost/webacs/api/v3/op">
<vdopResultDTO>
<warning>String value</warning>
</vdopResultDTO>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v3/op/vd.json?domainFQN=ROOT-DOMAIN/Domain
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v3/op/vd?domainFQN=ROOT-DOMAIN/Domain",
"@responseType" : "operation",
"@rootUrl" : "https://localhost/webacs/api/v3/op",
"vdopResultDTO" : [ {
"warning" : "String value"
} ]
}
}