---
title: "Cancel content data export"
method: POST
path: "/export/cancel/{job_identifier}"
tags: ["Data Export"]
---

# Cancel content data export

`POST /export/cancel/{job_identifier}`

You can cancel your job

## Path parameters

- `job_identifier` string, required

## Headers

- `Intercom-Version` '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' | '2.12' | '2.13' | '2.14' — Intercom API version.</br>By default, it's equal to the version set in the app package.

## Response `200`

successful

- DataExport — The data export API is used to export message delivery and engagement statistics for outbound content (Emails, Posts, Custom Bots, Surveys, Tours, Series, and more) sent in a given timeframe. The exported data includes who received each message, when they received it, and how they engaged with it (opens, clicks, replies, completions, dismissals, unsubscribes, and bounces).
  - `job_identifier` string — The identifier for your job.
  - `status` 'pending' | 'in_progress' | 'failed' | 'completed' | 'no_data' | 'canceled' — The current state of your job.
  - `download_expires_at` string — The time after which you will not be able to access the data.
  - `download_url` string — The location where you can download your data.

---

[API](https://skmtc.net/intercom/apis/intercom-api.md) · [All operations](https://skmtc.net/intercom/apis/intercom-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/intercom/intercom-api/revisions/9517e80f2642/schema)
