Skip to content

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 

Response

{
    "code": 200,
    "content": true,
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "TRACE-63EE56F5-8EFB-4FF9-994D-11868B6EFA80"
} 

Feedback

Is this page helpful? ×