test-cloud
latest
false
- 入门指南
- 身份验证
- 作用域和权限
- 平台管理 API
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Test Cloud API 指南
上次更新日期 2026年4月7日
删除多个规则
在单个操作中删除多个 SAML 配置规则。
Endpoint
DELETE /api/Rule
请求标头
--header 'Authorization: Bearer {access_token}'
--header 'Content-Type: application/json'
--header 'Authorization: Bearer {access_token}'
--header 'Content-Type: application/json'
响应
204 No Content
已成功删除规则。
请求示例
{
"partitionGlobalId": "{{prtId}}",
"ruleIds": [3684, 3658]
}
{
"partitionGlobalId": "{{prtId}}",
"ruleIds": [3684, 3658]
}