AladiaDocs
Api referenceCalendars

Delete all selections of a calendar

Delete all selections

DELETE
/v2/calendars/selections

Delete all selections

AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X DELETE "https://example.com/v2/calendars/selections" \  -H "Content-Type: application/json" \  -d '{    "calendarIds": [      "string"    ]  }'
{}