UiPath Documentation
test-cloud
latest
false
Test Cloud API 指南
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

删除多个规则

用于在 Test Cloud 中通过单个操作从 Organization 中删除多个 SAML 配置规则的 API 端点。

在单个操作中删除多个 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 论坛

保持更新