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

Parameters

account_id
string

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

portal_slug
string

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

article_slug
string

article_slug: The slug of the article to delete.