---
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.net/hexclave/apis/hexclave-rest-api-2.md) · [All operations](https://skmtc.net/hexclave/apis/hexclave-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexclave/hexclave-rest-api-2/versions/1c982df54232/schema)
