When to use:
A customer wants to stop receiving alerts via a specific channel or wishes to remove outdated contact methods.
Important notes:
- The
priority
parameter is required to identify which channel to delete - Only channels associated with the authenticated customer can be removed
- Once deleted, the channel must be re-added if needed in the future
To view or modify channels before deletion, use the Get Notification Channels or Update Notification Channel endpoints.
Authorization: Bearer YOUR_TOKEN
Expected Behavior:
- On success, the specified notification channels will be deleted, and the system will return a confirmation message.
- If the request is unauthorized or invalid, the system will respond with an appropriate error message, indicating the issue.