【Custom Mapping Rules】Delete a Mapping Configuration¶
POST /api/v1/login_mapping/field/{lgmp_uuid}/delete
Overview¶
Route Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
lgmp_uuid | string | Y | Mapping configuration ID |
Additional Parameter Notes¶
Request Example¶
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