deleteUpload

Deletes an upload given the upload ARN.

Samples


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