{
"fields": [
"string"
]
}curl --location --request POST '/v7/coop/dbsheet//sheets//fields/delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"fields": [
"string"
]
}'{
"data": {
"fields": [
{
"deleted": true,
"id": "string"
}
]
},
"code": 0,
"more": {},
"msg": "string"
}