Skip to main content
POST
/
v2
/
channel
/
email
/
delete
Delete Email Channel
curl --request POST \
  --url https://alerts-api.dial.to/v2/channel/email/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Dialect-Client-Key: <x-dialect-client-key>'
{
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.dialect.to/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer token authentication for subscriber calls

Headers

X-Dialect-Client-Key
string
required

Client Key used to uniquely identify the client

Example:

"dk_gyh2eqzfkc4mhp5eiahnndkz"

Response

Email channel deleted successfully