Delete the link between a user and the installed video call integration
DELETE {{baseUrl}}/meetings/userProviderLinks/:id
A video calling provider must call this endpoint to remove the link between a user and the installed video calling app.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"message":"The user data was successfully removed"}}