Skip to main content
Alerting & Response/Alert Rules

BulkDeleteAlertSilenceRules

Bulk delete silence rules by status and/or age criteria

POST/api/v1/alerting/silence-rules/bulk-delete

Operation ID

BulkDeleteAlertSilenceRules

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

application/json

Body Fields

  • status
    StringRequired

    Filter by status (e.g. expired) for bulk deletion

    Example: expired

  • olderThan
    StringRequired

    Delete silence rules older than this timestamp

    Example: 2026-01-15T08:00:00Z

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • deleted
    Integer

    Number of silence rules deleted

    Example: 3