DELETE
/
api
/
v1
/
accounts
/
{account_id}
/
portals
/
{portal_slug}
/
categories
/
{category_slug}
curl --request DELETE \
  --url https://chat.toolzz.ai/api/v1/accounts/{account_id}/portals/{portal_slug}/categories/{category_slug}

Parameters

account_id
string

account_id: The ID of the account to delete the category for.

portal_slug
string

portal_slug: The slug of the portal to delete the category for.

category_slug
string

category_slug: The slug of the category to delete.