...
If you need to delete (restore to default configuration), you can use the action DELETE on the same resource as you can see below:
Code Block | ||
---|---|---|
| ||
curl -i -X DELETE 'http://<IP-APPLIANCE>:8080/SignEngineWeb/rest/server-admin/update-configs' \
--header 'x-api-key: API_KEY' |
...