Skip to main content
DELETE
/
v1
/
users
/
me
/
notifications
/
channels
/
{id}
Delete a notification channel
curl --request DELETE \
  --url http://localhost:8080/v1/users/me/notifications/channels/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "resource not found"
}

Authorizations

Authorization
string
header
required

Merchant API key: ak_live_... or ak_test_...

Path Parameters

id
string
required

Resource identifier (xid format)

Response

Channel deleted