---
title: "Delete Service Links"
method: DELETE
path: "/setup/v1/services/calendar/{id}"
tags: ["Services"]
---

# Delete Service Links

`DELETE /setup/v1/services/calendar/{id}`

Use this endpoint to **Delete** service links from the calendar specified. A valid **calendar id** is required.

## Path parameters

- `id` string, required

## Response `200`

Success

- ServiceCalendarViewModel
  - `id` string, nullable
  - `locationId` string, nullable
  - `calendarId` string, nullable
  - `calendarName` string, nullable
  - `serviceId` string, nullable
  - `serviceName` string, nullable

---

[API](https://skmtc.net/onsched/apis/onsched-setup-api.md) · [All operations](https://skmtc.net/onsched/apis/onsched-setup-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onsched/onsched-setup-api/revisions/c5c023458a2f/schema)
