删除条件格式

DELETE {{base_url}}/sheets/v2/spreadsheets/:spreadsheetToken/condition_formats/batch_delete

该接口用于更新已有的条件格式,单次最多支持更新10个条件格式,每个条件格式的更新会返回成功或者失败,失败的情况包括各种参数的校验。

参考接口文档:删除条件格式

Request Body

{"sheet_cf_ids"=>[{"sheet_id"=>"1QXD0s", "cf_id"=>"l1vSea0Dd7"}]}

RESPONSES

status: OK

{"code":0,"data":{"responses":[{"cf_id":"l1vSea0Dd7","res_code":0,"res_msg":"success","sheet_id":"1QXD0s"}]},"msg":"success"}