Skip to main content

Delete domains

This endpoint let's you delete a domain from the whitelist, which will revoke access to all meetings hosted within that domain.

This route needs to be authenticated, see Authentication here

Endpoint

DELETE https://nodeapi.superviz.com/whitelist/{id}

Route Parameters

NameTypeDescriptionRequired
idStringid of domain

Responses

401 Unauthorized

{
"statusCode": 401,
"message": "Unauthorized"
}