# Delete Alert

Deletes an alert by its ID. This is a soft delete operation.

Endpoint: DELETE /gateway/lw/api/accounts/{account_id}/alerts/{alert_id}
Version: 1.0
Security: x-api-key

## Path parameters:

  - `account_id` (string, required)
    Unique identifier of the Harness account
    Example: "px7xd_BFRCi-pfWPYXVjvw"

  - `alert_id` (string, required)
    Unique identifier of the alert to delete

## Query parameters:

  - `accountIdentifier` (string, required)
    Account Identifier for authentication and authorization
    Example: "px7xd_BFRCi-pfWPYXVjvw"

## Response 200 fields (application/json):

  - `response` (object, required)

  - `response.message` (string, required)
    Success message


## Response 400 fields

## Response 404 fields
