Delete a configuration by its id
DELETE/config/:config_id
Experimental: This API is not stable and might be subject of change.
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.
Loading...