DELETE
/
api
/
v1
/
accounts
/
{account_id}
/
custom_attribute_definitions
/
{custom_attribute_id}
Remove A Custom Attribute From An Account
curl --request DELETE \
  --url https://chat.toolzz.ai/api/v1/accounts/{account_id}/custom_attribute_definitions/{custom_attribute_id}

Parameters

account_id
string
account_id: The ID of the account to remove the custom attribute from.
custom_attribute_id
string
custom_attribute_id: The ID of the custom attribute to remove.