deleteUpload

Deletes an upload given the upload ARN.

Samples

// The following example deletes a specific upload.
val resp = deviceFarmClient.deleteUpload {
    arn = "arn:aws:devicefarm:us-west-2:123456789101:upload:EXAMPLE-GUID-123-456"
}