Passer au contenu 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>"
    }
  ]
}

Autorisations

Authorization
string
header
requis

A valid API key generated in Topsort's UI.

Paramètres de chemin

slot-id
string<uuid>
requis

The id of the slot.

Paramètres de requête

device_type
enum<string>
requis

The device type of the fallback.

Options disponibles:
desktop,
mobile

Réponse

Successful Response