Skip to main content
DELETE
/
contact-channels
/
{user_id}
/
{contact_channel_id}
Delete a contact channel
curl --request DELETE \
  --url https://api.stack-auth.com/api/v1/contact-channels/{user_id}/{contact_channel_id}
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://stackauth-e0affa27-chore-move-mcp-to-a-sep-app.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

user_id
string
required

the user that the contact channel belongs to

Example:

"me"

contact_channel_id
string
required

the target contact channel

Example:

"b3d396b8-c574-4c80-97b3-50031675ceb2"

Query Parameters

user_id
string

The ID of the user, or the special value me for the currently authenticated user

Example:

"3241a285-8329-4d69-8f3d-316e08cf140c"

contact_channel_id
string

Response

200 - application/json

Successful response

success
boolean
required

Always equal to true.

Example:

true