---
title: "Delete a contact channel"
method: DELETE
path: "/contact-channels/{user_id}/{contact_channel_id}"
tags: ["Contact Channels"]
---

# Delete a contact channel

`DELETE /contact-channels/{user_id}/{contact_channel_id}`

Removes a contact channel for a given user.

## Path parameters

- `user_id` string, required — the user that the contact channel belongs to
- `contact_channel_id` string, required — the target contact channel

## Query parameters

- `user_id` string — The ID of the user, or the special value `me` for the currently authenticated user
- `contact_channel_id` string

## Response `200`

Successful response

- object
  - `success` boolean, required — Always equal to true.

---

[API](https://skmtc.dev/hexclave/apis/hexclave-rest-api.md) · [All operations](https://skmtc.dev/hexclave/apis/hexclave-rest-api/llms.txt) · [OpenAPI document](https://skmtc.dev/hexclave/apis/hexclave-rest-api/revisions/e134b68b3b7e?raw)
