Cisco Evolved Programmable Network Manager API
Evolved Programmable Network Manager API Documentation

DELETE aaa/tacacsPlusServer

Resource Information

Rate Limiting?

Yes

Sorting?

No

Paging?

No

Filtering?

No

Response Formats

xml

json

User Group

NBI Credential

HTTP Methods

DELETE

Delete existing TACACS+ server

Since Product Version: 3.0

Resource URL

/webacs/api/v1/op/aaa/tacacsPlusServer

Request Parameters

Type Attribute Name Source Description

String

serverIp required

query

the ip address of the TACACS+ server to be deleted

Response Parameters

Type Attribute Name Description

boolean

operationSucceeded

A flag of a successful operation

String

resultMessage

Description of the operation result

String

serverIp

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://172.25.123.114/webacs/api/v1/op/aaa/tacacsPlusServer

<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="../../../../pages/common/login.jsp.html" rootUrl="https://172.25.123.114/webacs/api/v1/op/">
  <deleteServerResult>
    <operationSucceeded>true</operationSucceeded>
    <resultMessage>String value</resultMessage>
    <serverIp>String value</serverIp>
  </deleteServerResult>
</mgmtResponse>

Sample JSON Response Payload

https://172.25.123.114/webacs/api/v1/op/aaa/tacacsPlusServer.json

{
  "mgmtResponse" : {
    "@responseType" : "operation",
    "@requestUrl" : "https : \/\/172.25.123.114\/webacs\/api\/v1\/op\/aaa\/tacacsPlusServer",
    "@rootUrl" : "https : \/\/172.25.123.114\/webacs\/api\/v1\/op\/",
    "deleteServerResult" : {
      "operationSucceeded" : true,
      "resultMessage" : "String value",
      "serverIp" : "String value"
    }
  }
}