# Archive contact

You can archive a single contact.

Endpoint: POST /contacts/{id}/archive
Version: 2.12
Security: bearerAuth

## Path parameters:

  - `id` (string, required)
    id

## Header parameters:

  - `Intercom-Version` (string)

## Response 200 fields (application/json):

  - `type` (string)
    always contact
    Enum: "contact"

  - `id` (string)
    The unique identifier for the contact which is given by Intercom.
    Example: 5ba682d23d7cf92bef87bfd4

  - `external_id` (string)
    The unique identifier for the contact which is provided by the Client.
    Example: f3b87a2e09d514c6c2e79b9a

  - `archived` (boolean)
    Whether the contact is archived or not.
    Example: true

