Skip to main content
DELETE
/
public
/
v1
/
media-service
/
slots
/
{slot-id}
Delete Slot
curl --request DELETE \
  --url https://api.topsort.com/public/v1/media-service/slots/{slot-id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

A valid API key generated in Topsort's UI.

Path Parameters

slot-id
string
required

The id of the slot.

Response

Successful Response