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'
)
[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.
[REQUIRED]
The name of the playback configuration for this prefetch schedule.
dict
Response Syntax
{}
Response Structure