MediaConvert / Client / delete_preset

delete_preset#

MediaConvert.Client.delete_preset(**kwargs)#

Permanently delete a preset you have created.

See also: AWS API Documentation

Request Syntax

response = client.delete_preset(
    Name='string'
)
Parameters:

Name (string) – [REQUIRED] The name of the preset to be deleted.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions