{"type":"api","title":"Delete Tacacs Config","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/ed6f3398-8031-3c0b-bd30-30b98e2ca37b","info":{"title":"Administration and Settings","description":"Includes API operations for the following:\n- Global parameters for SD-WAN Manager\n- User, group and tenant management\n- Software maintenance\n- Backup and restore\n- Container management\n","contact":{"email":"vmanage@cisco.com"},"version":"20.18 - 2025-08-15"},"openapi":"3.1.0","servers":[{"url":"/dataservice"}]},"spec":{"tags":["Administration - User and Group"],"description":"Delete tacacs configuration\u003cbr\u003e\u003cbr\u003e\u003cbr\u003eNote: In a multitenant vManage system, this API is only available in the Provider and Provider-As-Tenant view.","operationId":"deleteTacacsConfig","responses":{"200":{"description":"Ok","content":{"application/json":{"schema":{"type":"object","properties":{"authentication":{"type":"string","description":"TACACS authentication type","enum":["pap","ascii"],"default":"pap"},"servers":{"maxItems":8,"minItems":0,"type":"array","items":{"required":["address","secretKey"],"type":"object","properties":{"acctPort":{"maximum":65535,"minimum":0,"type":"integer","description":"Accounting Port","format":"int32","default":49},"address":{"type":"string","description":"Set IP address of TACACS server","example":"1.2.2.2"},"authPort":{"maximum":65535,"minimum":0,"type":"integer","description":"Authentication Port","format":"int32","default":49},"priority":{"maximum":7,"minimum":0,"type":"integer","description":"TACACS server priority \u003c0..7\u003e","format":"int32","example":1,"default":0},"secretKey":{"pattern":"^(?:\\$CRYPT\\$.{17}|(?!(?:\\$CRYPT\\$)).{1,128})$","type":"string","description":"TACACS server password","example":"Password123"},"vpn":{"type":"integer","description":"VPN ID","format":"int32","example":0,"enum":[0,512],"default":0}},"description":"Configure the TACACS server","$$ref":"#/components/schemas/TacacsServer"}},"timeout":{"maximum":1000,"minimum":1,"type":"integer","description":"Configure how long to wait for replies from the TACACS server","format":"int32","default":5}},"description":"TACACS configuration","$$ref":"#/components/schemas/Tacacs"}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"method":"delete","path":"/admin/tacacs"}}