v1
latestOpenAPI 3.0.12026-08-0621301.7 MBMeetings
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
Example response
{
"data": {
"message": "The user was added successfully"
}
}