Intercom API
Getting access, Developing, Testing
Back to IntercomRemove subscription from a contact
You can remove a specific subscription from a contact. This will return a subscription type model for the subscription type that was removed from the contact.
Input
type: object
properties:
parameters:
type: object
properties:
Intercom-Version:
type: number
Accept:
type: string
contact_id:
type: string
description: The unique identifier for the contact which is given by Intercom
id:
type: integer
description: >-
The unique identifier for the subscription type which is given by
Intercom
required:
- contact_id
- id
title: Parameters