DELETE Upload

DELETE /uploads/(uid)

Delete an upload session used to upload files for storage as model artifacts. This function must be called once the client no longer needs the session, whether the upload(s) have been completed successfully or the client is cancelling an incomplete session.

Parameters:
  • uid (string) – Unique upload session identifier.
Status Codes:
  • 204 No Content – The upload session and any temporary storage have been deleted.
  • 409 Conflict – The upload session cannot be deleted, because parsing is in progress. Try again later.