An operation to delete User Defined Field definitions
Resource URL
/webacs/api/v1/op/udfService/deleteUserTagDefinition
Since : 2.2
Request Payload Parameters
Response Parameters
String
|
operation
|
The name of the operation.
|
UDFResult[]
|
results
|
|
String
|
message
|
The system generated message
|
String
|
name
|
The name of the User Defined Field
|
String
|
status
|
The status of the operation on this User Defined Field
|
|
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 Request Payload
https://szier-m8-106.cisco.com/webacs/api/v1/op/udfService/deleteUserTagDefinition
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitionDeleteCandidates>
<names>
<name>String value</name>
</names>
</definitionDeleteCandidates>
Sample JSON Request Payload
https://szier-m8-106.cisco.com/webacs/api/v1/op/udfService/deleteUserTagDefinition.json
{
"definitionDeleteCandidates" : {
"names" : {
"name" : "String value"
}
}
}
Sample XML Response Payload
https://szier-m8-106.cisco.com/webacs/api/v1/op/udfService/deleteUserTagDefinition
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<mgmtResponse rootUrl="https://szier-m8-106.cisco.com/webacs/api/v1/op/" requestUrl="https://szier-m8-106.cisco.com/webacs/api/v1/op/udfService/deleteUserTagDefinition" responseType="operation">
<udfOperationResult>
<operation>String value</operation>
<results>
<result>
<message>String value</message>
<name>String value</name>
<status>String value</status>
</result>
</results>
</udfOperationResult>
</mgmtResponse>
Sample JSON Response Payload
https://szier-m8-106.cisco.com/webacs/api/v1/op/udfService/deleteUserTagDefinition.json
{
"mgmtResponse" : {
"@rootUrl" : "https : \/\/szier-m8-106.cisco.com\/webacs\/api\/v1\/op\/",
"@requestUrl" : "https : \/\/szier-m8-106.cisco.com\/webacs\/api\/v1\/op\/udfService\/deleteUserTagDefinition",
"@responseType" : "operation",
"udfOperationResult" : {
"operation" : "String value",
"results" : {
"result" : {
"message" : "String value",
"name" : "String value",
"status" : "String value"
}
}
}
}
}