DeletePrefetchSchedule - AWS Elemental MediaTailor

DeletePrefetchSchedule

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.

Request Syntax

DELETE /prefetchSchedule/PlaybackConfigurationName/Name HTTP/1.1

URI Request Parameters

The request uses the following URI parameters.

Name

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: Yes

PlaybackConfigurationName

The name of the playback configuration for this prefetch schedule.

Required: Yes

Request Body

The request does not have a request body.

Response Syntax

HTTP/1.1 204

Response Elements

If the action is successful, the service sends back an HTTP 204 response with an empty HTTP body.

Errors

For information about the errors that are common to all actions, see Common Errors.

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: