---
title: "Delete a User Scheduling Link via OAuth integration"
method: DELETE
path: "/scheduling_link/integration/{source_id}/"
tags: ["scheduling_links"]
---

# Delete a User Scheduling Link via OAuth integration

`DELETE /scheduling_link/integration/{source_id}/`

Please note that only OAuth apps can perform this operation. Using API key will result in an error. See [Authentication with OAuth](https://developer.close.com/api/overview/oauth-authentication) for more information.

Uses the `source_id` field to identify and delete the specified User Scheduling Link created by your OAuth Application.

## Path parameters

- `source_id` string, required

## Response `204`

No content

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

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