v1

latestOpenAPI 3.0.3MIT2026-07-26104113247.1 KB
Warehouse Imports

Delete a warehouse import

Deletes a warehouse import and optionally deletes the imported data.

When delete_data: true is specified, an event deletion request will be created to remove the imported events from Mixpanel.

delete/projects/{projectId}/warehouse-sources/imports/{importId}

Path parameters

projectIdinteger required

Your project id (eg: 12345)

importIdinteger required

Your warehouse import id (eg: 12345)

Request body

delete_databoolean

Whether to also delete the imported data from Mixpanel

Response

Success

status'ok'

"ok" if the request succeeded, "error" otherwise.

Example response

{
  "status": "ok"
}