MediaTailor / Client / delete_function
delete_function¶
- MediaTailor.Client.delete_function(**kwargs)¶
Deletes a function. MediaTailor prevents deletion of a function that is still referenced by a playback configuration or by another function. Remove all references before deleting. For more information about functions, see Working with functions in the MediaTailor User Guide.
See also: AWS API Documentation
Request Syntax
response = client.delete_function( FunctionId='string' )
- Parameters:
FunctionId (string) –
[REQUIRED]
The identifier of the function to delete.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –