Authorizations
A valid API key generated in Topsort's UI.
Path Parameters
The id of the slot.
Query Parameters
The device type of the fallback.
Available options:
desktop
, mobile
Response
Successful Response
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.
Delete a banner fallback for a given slot.
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.
A valid API key generated in Topsort's UI.
The id of the slot.
The device type of the fallback.
desktop
, mobile
Successful Response
Was this page helpful?