provider Articles DELETE /articles/{article_id}
@utdk/intercom /articles/{article_id}
Delete an article
You can delete a single article by making a DELETE request to `https://api.intercom.io/articles/<id>`.
Intercom-Version header
enum: 1.0, 1.1, 1.2, 1.3…
article_id path required
The unique identifier for the article which is given by Intercom.
integer

Try it

Authentication
Configure credentials for Intercom API
deletearticle
DELETE/articles/{article_id}
You can delete a single article by making a DELETE request to `https://api.intercom.io/articles/<id>`.

Parameters

required

The unique identifier for the article which is given by Intercom.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import intercom from '@utdk/intercom';

await intercom.deletearticle({
  "Intercom-Version": "2.14"
})