Delete a content import source

You can delete a content import source by making a DELETE request this endpoint. This will also delete all external pages that were imported from this source.

SecurityHTTP: bearerAuth
Request
path Parameters
id
required
string

The unique identifier for the content import source which is given by Intercom.

header Parameters
Intercom-Version
string (intercom_version)
Default: Unstable

Intercom API version.
By default, it's equal to the version set in the app package.

Enum: "1.0" "1.1" "1.2" "1.3" "1.4" "2.0" "2.1" "2.2" "2.3" "2.4" "2.5" "2.6" "2.7" "2.8" "2.9" "2.10" "2.11" "Unstable"
Example: Unstable
delete
/ai/content_import_sources/{id}
Request samples
Responses

204

successful

401

Unauthorized

Response samples
application/json
{ "type": "error.list", "request_id": "a457321e-9f53-4c77-9113-5b716239af54", "errors": [ ] }