Resources | system | admin | removeSavedConfig

removeSavedConfig

Removes a previously saved configuration from the server.

Input Params

NameMandatoryDefaultDescription
fileNameM Name of the configuration file to remove.

Output Params

NameDescription
result
reason
REST API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/system/admin/{name}/_operations/removeSavedConfig --data '
<removeSavedConfig>
     <fileName>{fileName}</fileName>
</removeSavedConfig>
'

  • No labels