Delete a collection

Example Request & Response (Multilingual Help Center)

$ curl https://api.intercom.io/help_center/collections/<id> \\\n-X DELETE \\\n-H 'Authorization:Bearer <Your access token>' \\\n-H 'Accept:application/json'\n-H 'Content-Type: application/json' -d

You can delete a single collection by making a DELETE request to https://api.intercom.io/help_center/collections/<id>.

Request Path Parameters

ParameterTypeRequired?Description
idStringYesThe unique identifier for the collection which is given by Intercom.

Response

KeyTypeDescription
idStringThe unique identifier for the collection which you provided in the URL.
objectStringThe type of object which was deleted - collection.
deletedBooleanWhether the collections was deleted successfully or not.