---
title: "Delete a notification profile"
method: DELETE
path: "/notification_profiles/{id}"
tags: ["Notifications"]
---

# Delete a notification profile

`DELETE /notification_profiles/{id}`

Delete a notification profile.

## Path parameters

- `id` string, uuid, required

## Response `200`

A Notification Profile response

- object
  - `data` NotificationProfile — A Collection of Notification Channels
    - `id` string — A UUID.
    - `name` string — A human readable name.
    - `created_at` string, date-time — ISO 8601 formatted date indicating when the resource was created.
    - `updated_at` string, date-time — ISO 8601 formatted date indicating when the resource was updated.

## Other responses

- `400` — Bad request, the request was unacceptable, often due to missing a required parameter.
- `422` — Unprocessable entity. Check the 'detail' field in response for details.
- `500` — Unexpected error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
