curl --location --request DELETE 'https://open.feishu.cn/open-apis/sheets/v2/spreadsheets//condition_formats/batch_delete' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"sheet_cf_ids": [
{
"sheet_id": "40a7b0",
"cf_id": "6hP6Dj6gsd"
}
]
}'
{
"code": 0,
"data": {
"responses": [
{
"cf_id": "6hP6Dj6gsd",
"res_code": 555554047,
"res_msg": "cfId not exist",
"sheet_id": "40a7b0"
}
]
},
"msg": "Success"
}
【飞书】API开发者 微信交流群
用微信扫右侧二维码,加入【飞书】API开发者 交流群,互助沟通