Saltar al contenido principal
DELETE
/
public
/
v1
/
campaign-service
/
campaigns
/
{campaign-id}
/
timetables
/
{day-of-week}
Delete a campaign timetable for a specific day (dayparting).
curl --request DELETE \
  --url https://api.topsort.com/public/v1/campaign-service/campaigns/{campaign-id}/timetables/{day-of-week} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.topsort.com/llms.txt

Use this file to discover all available pages before exploring further.

Autorizaciones

Authorization
string
header
requerido

A valid API key generated in Topsort's UI. Use the TSE API key if calling auctions or events API, otherwise use the TSC API key.

Parámetros de ruta

campaign-id
string<uuid>
requerido

The ID of the campaign.

day-of-week
enum<integer>
requerido

The day of the week (1=Monday, 7=Sunday).

Opciones disponibles:
1,
2,
3,
4,
5,
6,
7

Parámetros de consulta

vendor_id
string
requerido

The ID of the vendor.

Minimum string length: 1

Respuesta

Successful Response