DELETE
/
api
/
v1
/
accounts
/
{account_id}
/
notifications
/
{notification_id}
Delete Notifications
curl --request DELETE \
  --url https://chat.toolzz.ai/api/v1/accounts/{account_id}/notifications/{notification_id}

Parameters

account_id
string
account_id: The ID of the account to get notifications.
notification_id
string
notification_id: The ID of the notification to delete.