---
title: "Delete a notification of a test environment"
method: DELETE
path: "/test-environments/{id}/notifications/{notificationId}"
tags: ["Test Environment Notifications"]
---

# Delete a notification of a test environment

`DELETE /test-environments/{id}/notifications/{notificationId}`

Use this operation to delete a specific notification associated 
with a Test Environment. It handles HTTP DELETE requests to the 
/test-environments/{id}/notifications/{notificationId} endpoint 
and returns a TestEnvironmentNotificationResponse object for the 
deleted notification. If the specified notification does not exist, 
it returns a 404 error.

### User Access Permission

You must be assigned the **Refresh Central Sandbox** permission to run this operation.

## Path parameters

- `id` string, required
- `notificationId` string, required

## Headers

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

## Response `200`

Successfully deleted a notification

- TestEnvironmentNotificationResponse — The notification response for a Test Environment
  - `address` string — The email address to receive notifications for the Test Environment when a refresh job has been completed or cancelled
  - `id` string — The unique id (UUID) of the Test Environment notification
  - `name` string — The name of the recipient who will receive notifications for the Test Environment
  - `testEnvironmentId` string — The unique id (UUID) of the Test Environment

## Other responses

- `404` — The resource you were trying to reach is not found
- `500` — Internal Error

---

[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)
