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

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"success":true,"data":{"message":"The user data was successfully removed"}}