DELETE
/
api
/
v1
/
accounts
/
{account_id}
/
canned_responses
/
{canned_response_id}
Remove a Canned Response from an Account
curl --request DELETE \
  --url https://chat.toolzz.ai/api/v1/accounts/{account_id}/canned_responses/{canned_response_id}

Parameters

account_id
string
account_id: The ID of the account to remove a canned response from.
canned_response_id
string
canned_response_id: The ID of the canned response to remove.