---
title: "Delete an existing notification subscription configuration."
method: POST
path: "/deleteNotificationConfigurations"
---

# Delete an existing notification subscription configuration.

`POST /deleteNotificationConfigurations`

This endpoint is used to delete an existing notification subscription configuration. After the subscription is deleted, no further event notifications will be sent to the URL that was in the subscription.

## Request body

- DeleteNotificationConfigurationRequest
  - `notificationIds` integer[], required — A list of IDs of the notification subscription configurations to be deleted.

## Response `200`

OK - the request has succeeded.

- GenericResponse
  - `pspReference` string, required — The reference of a request. Can be used to uniquely identify the request.
  - `resultCode` string — The result code.
  - `submittedAsync` boolean, required — Indicates whether the request is processed synchronously or asynchronously. Depending on the request's platform settings, the following scenarios may be applied: * **sync:** The processing of the request is immediately attempted; it may result in an error if the providing service is unavailable. * **async:** The request is queued and will be executed when the providing service is available in the order in which the requests are received. * **asyncOnError:** The processing of the request is immediately attempted, but if the providing service is unavailable, the request is scheduled in a queue.

## Changes

- **2020-03-04** (v1) `8521f7daecb4` — 2 breaking, 11 info
  - the request's body type/format changed from `object`/`` to ``/``
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - api operation id `post-deleteNotificationConfigurations` removed and replaced with ``
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
  - …9 more

[Change history](https://skmtc.dev/adyen/apis/notificationconfigurationservice/changes/deleteNotificationConfigurations/post.md)

---

[API](https://skmtc.dev/adyen/apis/notificationconfigurationservice.md) · [All operations](https://skmtc.dev/adyen/apis/notificationconfigurationservice/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adyen/notificationconfigurationservice/revisions/8521f7daecb4/schema)
