Home//
REST API Reference
/- Delete an article
List all articles
Create an article
Retrieve an article
Update an article
Retrieve an article draft
Stage an article draft
Publish an article draft
List article versions
Retrieve an article version
Add a tag to an article
Remove a tag from an article
Search for articles
Article
Articles
Article Search Highlights
Article Search Response
Article Version
Article Version Summary
Internal Article
Delete an article
You can delete a single article by making a DELETE request to https://api.intercom.io/articles/<id>.
Security
bearerAuth
Intercom-Versionstring(intercom_version)
Intercom API version.
By default, it's equal to the version set in the app package.
Default:"Preview"
Enum:"1.0""1.1""1.2""1.3""1.4""2.0""2.1""2.2""2.3""2.4"
Example:Preview
- The production API serverhttps://api.intercom.io/articles/{id}
- The european API serverhttps://api.eu.intercom.io/articles/{id}
- The australian API serverhttps://api.au.intercom.io/articles/{id}
curl -i -X DELETE \
https://api.intercom.io/articles/123 \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Intercom-Version: Preview'Response
{ "id": "51", "object": "article", "deleted": true }