AWS SDK for .NET Documentation
DeletePreset Method (request)
AmazonAmazon.ElasticTranscoderAmazonElasticTranscoderClientDeletePreset(DeletePresetRequest) Did this page help you?   Yes   No    Tell us about it...
The DeletePreset operation removes a preset that you've added in an AWS region.
Note:

You can't delete the default presets that are included with Elastic Transcoder.

Declaration Syntax
C#
public DeletePresetResponse DeletePreset(
	DeletePresetRequest request
)
Parameters
request (DeletePresetRequest)
Container for the necessary parameters to execute the DeletePreset service method.
Return Value
The response from the DeletePreset service method, as returned by ElasticTranscoder.
Exceptions
ExceptionCondition
AccessDeniedException General authentication failure. The request was not signed correctly.
IncompatibleVersionException
InternalServiceException Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
ResourceNotFoundException The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
ValidationException One or more required parameter values were not provided in the request.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)