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>'
This response does not have an example.

Authorizations

Authorization
string
header
required

A valid API key generated in Topsort's UI.

Path Parameters

slot-id
string<uuid>
required

The id of the slot.

Query Parameters

device_type
enum<string>
required

The device type of the fallback.

Available options:
desktop,
mobile

Response

204

Successful Response