---
title: "Deletes existing subscriptions."
method: DELETE
path: "/v1/subscriptions"
tags: ["Subscribe to notifications"]
---

# Deletes existing subscriptions.

`DELETE /v1/subscriptions`

## Query parameters

- `lastUpdated` string, required — Deletes subscriptions where lastUpdated is after specified datetime.
- `taskType` string, required — TaskType of subscription(s) to delete. ‘All’ can be used to specify any taskType.
- `taskSubType` string, required — TaskSubType of subscription(s) to delete. ‘All’ can be used to speciy any taskSubType.

## Response `200`

Successful Response

- DeleteSubscriptionResponse
  - `status` string — Success message
  - `numberOfRecordsDeleted` integer — Number of records deleted

## Other responses

- `401` — Unauthorized
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.dev/basware/apis/basware-push-notification-apis.md) · [All operations](https://skmtc.dev/basware/apis/basware-push-notification-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/basware/basware-push-notification-apis/revisions/8fa84fde6e87/schema)
