DELETE
/
api
/
v1
/
accounts
/
{account_id}
/
integrations
/
hooks
/
{hook_id}
curl --request DELETE \
  --url https://chat.toolzz.ai/api/v1/accounts/{account_id}/integrations/hooks/{hook_id}

Parameters

account_id
string

account_id: The ID of the account to get a hook from.

hook_id
string

hook_id: The ID of hook to delete.