Delete a Rule
Use this API to return a single rule that has been created in the Vigilance AI service.
10 Minute Cache
Vigilance AI has a 10 minute cache for loading rules. This means that any rules that are deleted may not come into effect for up to 10 minutes.
Resource URL
https://<api-domain>/api/2/risk/rules/<id>
Header Parameters
Authorization required string | Set to Set The access token must have been generated using an API credential pair created using the scope required to call this API. This API can be called using any one of the following scopes: |
Request Parameters
id required string |
The ID of the rule to retrieve. |
Sample Response
- 200 OK
- 401 Unauthorized
{
"id": "132456789",
"name": "IP Blacklist for Guests",
"description": "Blacklist for guest account users",
"type": "blacklist",
"target": "location.ip",
"source": "guest-123",
"filters": "123.123.123.123"
}
Invalid API Key
Sample Code
cURL
curl -XDELETE 'https://api.us.onelogin.com/api/2/risk/rules/234677874491720987' \
-H 'Authorization: Bearer xxxxxxxxxxxxx'
Postman Collection
Replace sample variables indicated by {{ }}
with your actual values.
Download for the Vigilance API
Have a Question?

Have a how-to question? Seeing a weird error? Ask us about it on StackOverflow.

Found a bug? Submit a support ticket.

Have a product idea or request? Share it with us in our Ideas Portal.