Skip to content

Delete a report export job

DELETE
/v1/organizations/{organizationId}/report-exports/{exportId}

API key scope: reports:export. Deletes the report export history entry and its temporary snapshot only.

exportId
required
string
X-Request-Id
string

Optional client request id returned in structured errors.

Report export job deleted.

The organization has exhausted its monthly public API request quota.

Media typeapplication/json
Example
{
"error": {
"code": "PLAN_LIMIT_EXCEEDED",
"message": "Plan limit exceeded for api_requests",
"requestId": "req_123",
"details": {
"entitlementKey": "api_requests",
"scope": "environment",
"environment": "live",
"configured": true,
"limit": "50000",
"used": "50000",
"requested": "1",
"currentPlan": {
"code": "free",
"version": 1
},
"requiredPlan": {
"code": "starter",
"version": 1,
"requiresOverride": false
}
}
}
}