MediaTailor / Client / delete_prefetch_schedule
delete_prefetch_schedule#
- MediaTailor.Client.delete_prefetch_schedule(**kwargs)#
Deletes a prefetch schedule for a specific playback configuration. If you call
DeletePrefetchSchedule
on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code. For more information about ad prefetching, see Using ad prefetching in the MediaTailor User Guide.See also: AWS API Documentation
Request Syntax
response = client.delete_prefetch_schedule( Name='string', PlaybackConfigurationName='string' )
- Parameters:
Name (string) –
[REQUIRED]
The name of the prefetch schedule. If the action is successful, the service sends back an HTTP 204 response with an empty HTTP body.
PlaybackConfigurationName (string) –
[REQUIRED]
The name of the playback configuration for this prefetch schedule.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –