---
title: "Delete notification histories for an account"
method: DELETE
path: "/notifications/history"
tags: ["Notifications"]
---

# Delete notification histories for an account

`DELETE /notifications/history`

Delete all notification histories for the given account. All email and callout notifications for this account will be deleted upon successful operation.

## Query parameters

- `accountId` string, uuid, required

## Headers

- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Track-Id` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string

## Response `202`

Accepted

- NotificationsHistoryDeletionTaskResponse — The notification history deletion task information.
  - `accountId` string, uuid — The ID of the account whose notification histories are deleted by the current deletion task.
  - `createdBy` string, uuid — The ID of the user who submits the notification history deletion task.
  - `createdOn` integer — The timestamp when the notification history deletion task is created.
  - `id` string, uuid — The ID of the notification history deletion task.
  - `status` 'RUNNING' | 'FINISHED' | 'FAILED' — The status of the notification history deletion task.
  - `tenantId` string — The ID of the tenant where the notification history deletion task runs.

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/d11e237f3e54/schema)
