从分组移除单个卡片
POST
https://api.flashcat.cloud/api/v2/firemap/group/remove
最后修改时间:2024-03-15 07:03:24
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.flashcat.cloud/api/v2/firemap/group/remove' \
--header 'FC-WORKSPACE-ID;' \
--header 'Content-Type: application/json' \
--data-raw '{
"business_id": 3,
"group_id": 6,
"id": 10,
"order": 4
}'
响应示例响应示例
{
"request_id": "c0a800666232d1e5f6006b830515d9b0",
"data": "ok"
}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
FC-WORKSPACE-ID
string
必需
Body 参数application/json