Delete a configuration by its id
DELETEhttps://localhost:8900/config/:config_id
Delete a configuration identified by id with provided value.
Request​
Path Parameters
config_id stringrequired
the identifier of the config to get.
Responses​
- 204
Signals success of this operation.
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X DELETE 'https://localhost:8900/config/:config_id'