Authorizations
A valid API key generated in Topsort's UI.
Path Parameters
The id of the slot.
Response
Successful Response
The response is of type any
.
curl --request DELETE \
--url https://api.topsort.com/public/v1/media-service/slots/{slot-id} \
--header 'Authorization: Bearer <token>'
"<any>"
Delete an unused slot.
curl --request DELETE \
--url https://api.topsort.com/public/v1/media-service/slots/{slot-id} \
--header 'Authorization: Bearer <token>'
"<any>"
A valid API key generated in Topsort's UI.
The id of the slot.
Successful Response
The response is of type any
.
Was this page helpful?