Delete Field Management¶
POST /api/v1/field_cfg/delete
Overview¶
Delete field management
Body Request Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
objUUIDs | array | Y | List of UUIDs for the fields Allow null: False |
Additional Parameter Notes¶
Request Example¶
curl 'https://openapi.guance.com/api/v1/field_cfg/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en' \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{"objUUIDs":["field_e99a8428395e412f90754a090e23243f", "field_f9c3a77d0196425eb46b143aaec40aab"]}' \
--compressed