test-cloud
latest
false
- Getting started
- Authentication
- Scopes and permissions
- Platform Management APIs

Test Cloud API guide
Last updated Apr 7, 2026
Delete multiple rules
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]
}