Skip to content

Delete an article

DELETE
/v1/livechat/sources/{sourceId}/articles/{slug}
curl --request DELETE \
--url https://example.com/v1/livechat/sources/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/articles/example \
--header 'Authorization: Bearer <token>'

Removes the article from the source and from the assistant’s index.

sourceId
required
string format: uuid
slug
required
string

OK