cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
766
Views
9
Helpful
2
Replies

Having issues with wlan template delete

vpandolf
Cisco Employee
Cisco Employee
1 Accepted Solution

Accepted Solutions

Spencer Zier
Cisco Employee
Cisco Employee

If you're on 3.0 or later, then send a DELETE request to /webacs/api/v2/op/wlanProvisioning/wlanTemplate?templateName=CHANGE_ME_TO_YOUR_TEMPLATE_NAME

If you're on 2.2, then v2 is not available, so use v1 instead.

If successful, you'll receive an empty mgmtResponse document with an HTTP status code of 200.  If it fails to delete, then you'll get an error document and a 500 status code.

View solution in original post

2 Replies 2

Spencer Zier
Cisco Employee
Cisco Employee

If you're on 3.0 or later, then send a DELETE request to /webacs/api/v2/op/wlanProvisioning/wlanTemplate?templateName=CHANGE_ME_TO_YOUR_TEMPLATE_NAME

If you're on 2.2, then v2 is not available, so use v1 instead.

If successful, you'll receive an empty mgmtResponse document with an HTTP status code of 200.  If it fails to delete, then you'll get an error document and a 500 status code.

Thanks Spencer, that did the trick!