Skip to main content
Skip table of contents

Deleting fallback and default images

Request

To delete a fallback image and its associated metadata, send a DELETE request to:

CODE
https://<host>:<port>/imagemetadata/v1/fallback/{contentType}

Headers

  • Content-Type: image/jpeg

Mandatory arguments

  • contentType (in URL) – one of the content types as present in the ingested data. (Supported values will vary depending on the operator, and can include values such as Movie, TV, Channel, Series, and Sports.)


To ensure the default image is deleted, use contentType="default".

Other arguments

None

Example 

A DELETE request like this:

CODE
https://<host>:<port>/imagemetadata/v1/fallback/movie


... deletes the fallback image for the content type "movie".

Example 

A DELETE request like this:

CODE
https://<host>:<port>/imagemetadata/v1/fallback/default

... deletes the default fallback image.

Responses

A successful request returns an HTTP 200 status.

A bad request returns an HTTP 400 status.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.