Intercom API

Getting access, Developing, Testing

Back to Intercom

Delete a section

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

Input

type: object properties: parameters: type: object properties: Intercom-Version: type: number Accept: type: string id: type: integer description: The unique identifier for the section which is given by Intercom. required: - id title: Parameters