Delete Token Channel Link

Endpoint

DELETE /notifications/channels/{id} -

Parameters

Parameter Parameter Type Data Type
api-key header string Required
Authorization header string Required

Error messages

  • invalid HTTP_API_KEY
  • Not authenticated

HTTP response codes:

  • 200 - Success
  • 401 - Unauthorized action

Example request

curl --request DELETE \
  --url https://api-dev.radiozu.ro/v1/notifications/channels/7 \
  --header 'Accept: application/json' \
  --header 'Authorization: Bearer AUTH_TOKEN' \
  --header 'api-key: API_KEY'