Skip to main content
DELETE
Delete a warehouse import

Authorizations

Authorization
string
header
required

Service Account

Path Parameters

projectId
integer
required

Your project id (eg: 12345)

importId
integer
required

Your warehouse import id (eg: 12345)

Body

application/json
delete_data
boolean
default:false

Whether to also delete the imported data from Mixpanel

Response

Success

status
enum<string>

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

Available options:
ok
Example:

"ok"