delete_notifications_by_id
Delete a specific notification by its ID to remove unwanted alerts from Audiobookshelf. Provide the notification ID to permanently remove it.
Instructions
Delete a notification.
DELETE /api/notifications/{id}
Args: id: Path parameter. body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |