v1

latestOpenAPI 3.0.12026-08-0621301.7 MB
Meetings

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

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

delete/meetings/userProviderLinks/{id}

Path parameters

idstring uuid required

Unique identifier linking a user to the installed integration

Response

User provider link successfully removed

successboolean

Boolean that indicates whether the request was successful or not

Example response

{
  "data": {
    "message": "The user was added successfully"
  }
}