Delete an Index/Unbind Index Configuration¶
POST /api/v1/log_index_cfg/delete
Overview¶
Delete an index/unbind index configuration
Body Request Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
cfgUUID | string | Y | Configuration UUID Allow empty: False |
Additional Parameter Notes¶
Request Example¶
curl 'https://openapi.guance.com/api/v1/log_index_cfg/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--data-raw '{"cfgUUID":"lgim_xxxx32"}' \
--compressed