Saltar al contenido principal
DELETE
/
public
/
v1
/
media-service
/
slots
/
{slot-id}
/
fallback
Delete Banner Fallback
curl --request DELETE \
  --url https://api.topsort.com/public/v1/media-service/slots/{slot-id}/fallback \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Autorizaciones

Authorization
string
header
requerido

A valid API key generated in Topsort's UI.

Parámetros de ruta

slot-id
string<uuid>
requerido

The id of the slot.

Parámetros de consulta

device_type
enum<string>
requerido

The device type of the fallback.

Opciones disponibles:
desktop,
mobile

Respuesta

Successful Response