Exports
Cancel an export job
Cancels an export job that is still pending or running.
A 200 doesn't guarantee the job was cancelled — if it finished while the request was in flight, the response carries its actual final status. Always read status rather than relying on the status code.
post/v3/exports/{jobId}/cancel
Path parameters
jobIdstring uuid required
The export job identifier.
Response
The job's status after the attempt — cancelled, or the state it reached first.