Delete audit routing rule
DELETE
/api/admin/settings/audit-storage/routing-rules/{name}
Code sample: Shell / cURL
curl --request DELETE \ --url https://auth.example.com/api/admin/settings/audit-storage/routing-rules/example \ --header 'Authorization: Bearer <token>'Deletes one audit routing rule by name from AUTHRIM_CONFIG and returns the removed rule plus the remaining count.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” name
required
string
Responses
Section titled “ Responses ”Successful JSON response.
Media type application/json
object
success
boolean
deleted_rule
string
remaining_rules
integer
note
string
key
additional properties
Example
{ "success": true, "deleted_rule": "eu-tenant-routing", "remaining_rules": 0, "note": "Routing rule deleted."}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}