You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 4
Next »
Resources |
system |
admin |
deleteConfigStoreFile
deleteConfigStoreFile
Delete a configuration file on an external cloud object store service.
|
Name | Mandatory | Default | Description |
---|
fileName | M | |
Name of the configuration file in the cloud object store service.
|
Output Params
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/deleteConfigStoreFile --data ' <deleteConfigStoreFile> <fileName>{fileName}</fileName> </deleteConfigStoreFile> ' |