PlaylistImages: delete

  • This method allows for the deletion of a playlist image using the YouTube Data API.

  • Deleting a playlist image requires authorization with one of the specified scopes, including youtubepartner, youtube, or youtube.force-ssl.

  • The id parameter is mandatory and specifies the unique ID of the playlist image to be deleted.

  • Using this method has a quota cost of 50 units per request.

  • Content partners managing multiple channels can use the onBehalfOfContentOwner parameter to manage their data.

Deletes a playlist image.

Quota impact: A call to this method has a quota cost of 50 units.

Request

HTTP request

DELETE https://www.googleapis.com/youtube/v3/playlistImages

Authorization

This request requires authorization with at least one of the following scopes (read more about authentication and authorization).

Parameters

The following table lists the parameters that this query supports. All of the parameters listed are query parameters.

Request body

Do not provide a request body when calling this method.

Response

If successful, this method returns an HTTP 204 response code (No Content).