| Parameter | Type | Description | 
|---|---|---|
| id | integer | Alert ID | 
| Key | Type | Description | 
|---|---|---|
| alert | Alert | See: Alert model | 
| Status | Description | 
|---|---|
| 404 | Alert not found | 
| 405 | Alert cannot be rejected | 
| 422 | Invalid parameters - see Invalid parameters errors model | 
{
  "alert": {} // Alert - see 'Alert model'
}