---
title: "Delete the link between a user and the installed video call integration"
method: DELETE
path: "/meetings/userProviderLinks/{id}"
tags: ["Meetings"]
---

# Delete the link between a user and the installed video call integration

`DELETE /meetings/userProviderLinks/{id}`

A video calling provider must call this endpoint to remove the link between a user and the installed video calling app.

## Path parameters

- `id` string, uuid, required

## Response `200`

User provider link successfully removed

- object
  - `success` boolean — Boolean that indicates whether the request was successful or not
  - `data` object
    - `message` string — The success message of the request

## Other responses

- `401` — No permission to remove user provider link
- `403` — Incorrect parameter provided

---

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