Terminate an upload
DELETE/api/v1/orgs/{orgId}/ai-models/{modelId}/editions/{edition}/uploads/{uploadId}
Cancel and remove an in-progress upload.
• The uploadId itself remains valid — create a new upload session with the same uploadId to retry.
• Returns 204 on success, or 404 if the upload resource is not found.
Request
Responses
- 204
- 404
Upload terminated.
Upload resource not found.