DELETE wlanProvisioning/wlanProfile
Resource Information
Rate Limiting?
|
Yes
|
Sorting?
|
No
|
Paging?
|
No
|
Filtering?
|
No
|
Response Formats
|
|
User Group
|
NBI Write
|
HTTP Methods
|
|
Schedules a job to delete a WLAN profile from a Wlan Controller.
Resource URL
/webacs/api/v1/op/wlanProvisioning/wlanProfile
Since : 2.2
Request Parameters
Long
|
controllerId
required
|
query
|
Identifies the controller to delete the WLAN profile from. Either controllerId or controllerName must be specified.
|
String
|
controllerName
required
|
query
|
Identifies the controller to delete the WLAN profile from. Either controllerId or controllerName must be specified.
|
String
|
wlanProfileName
required
|
query
|
Identifies the WLAN profile to delete.
|
Response Parameters
String
|
jobName
|
The unique job name for this job.
|
String
|
jobType
|
The non-unique job type for this job.
|
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://szier-m8-106.cisco.com/webacs/api/v1/op/wlanProvisioning/wlanProfile
<?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/wlanProvisioning/wlanProfile" responseType="operation">
<jobInformation>
<jobName>String value</jobName>
<jobType>String value</jobType>
</jobInformation>
</mgmtResponse>
Sample JSON Response Payload
https://szier-m8-106.cisco.com/webacs/api/v1/op/wlanProvisioning/wlanProfile.json
{
"mgmtResponse" : {
"@rootUrl" : "https : \/\/szier-m8-106.cisco.com\/webacs\/api\/v1\/op\/",
"@requestUrl" : "https : \/\/szier-m8-106.cisco.com\/webacs\/api\/v1\/op\/wlanProvisioning\/wlanProfile",
"@responseType" : "operation",
"jobInformation" : {
"jobName" : "String value",
"jobType" : "String value"
}
}
}