UiPath Documentation
test-cloud
latest
false

Test Cloud API 指南

上次更新日期 2026年5月5日

删除多个规则

在单个操作中删除多个 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]
}
  • Endpoint
  • 请求标头
  • 响应
  • 204 No Content
  • 请求示例

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新