【自定义映射规则】删除一个映射配置¶
POST /api/v1/login_mapping/field/{lgmp_uuid}/delete
概述¶
路由参数¶
参数名 | 类型 | 必选 | 说明 |
---|---|---|---|
lgmp_uuid | string | Y | 映射配置id |
参数补充说明¶
请求例子¶
curl 'https://openapi.guance.com/api/v1/login_mapping/field/lgmp_xxxx32/delete' \
-H 'Content-Type: application/json;charset=UTF-8' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--data-raw '{}' \
--compressed