UiPath Documentation
test-cloud
latest
false
Test Cloud API guide

Delete multiple rules

API endpoint for deleting multiple SAML provisioning rules from an organization in a single operation in Test Cloud.

Deletes multiple SAML provisioning rules in a single operation.

Endpoint​

DELETE /api/Rule

Request headers​

--header 'Authorization: Bearer {access_token}'
--header 'Content-Type: application/json'
--header 'Authorization: Bearer {access_token}'
--header 'Content-Type: application/json'

Responses​

204 No Content​

The rules were successfully deleted.

Example request​

{
  "partitionGlobalId": "{{prtId}}",
  "ruleIds": [3684, 3658]
}
{
  "partitionGlobalId": "{{prtId}}",
  "ruleIds": [3684, 3658]
}
  • Endpoint​
  • Request headers​
  • Responses​
  • 204 No Content​
  • Example request​

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated