---
title: "Unregisters from all notifications"
method: DELETE
path: "/notifications/v3/registrations"
tags: ["Notifications"]
---

# Unregisters from all notifications

`DELETE /notifications/v3/registrations`

Deletes all the notification channels. 
This would result in unregistering from all the notifications.

Note that one needs to supply an HTTP header `x-confirm` with the value `true` to force the deletion. 
If the header is not provided, the request will fail.

## Query parameters

- `projectId` string — Project ID. Any HERE Tracking user must be a member of a Tracking project. The project ID can be implicitly resolved if the user calling the API is a member of a single project. If the user is a member of multiple projects, the `projectId` query parameter needs to be specified explicitly.

## Headers

- `x-confirm` 'true', required

## Response `204`

Successful (no content)

All notification registrations were successfully deleted.

## Other responses

- `400` — Bad request The request object is in an incorrect format or has values that are invalid or out of range. If available, further error details are provided in the response body.
- `401` — Unauthorized The request did not provide correct authentication details
- `403` — Forbidden The account does not have the correct privileges

---

[API](https://skmtc.net/here/apis/tracking.md) · [All operations](https://skmtc.net/here/apis/tracking/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/here/tracking/revisions/efa162f7023c/schema)
