Skip to main content
DELETE
/
organisations
/
{organisationId}
/
hubs
/
{hubId}
/
boards
/
{boardId}
/
users
/
{userid}
cURL
curl --request DELETE \
  --url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/hubs/{hubId}/boards/{boardId}/users/{userid} \
  --header 'Authorization: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.versori.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required
hubId
string
required
boardId
string
required
userid
string
required

Response

BoardUsersResponse is a placeholder response. Right now the APi doesn't return a body.

Empty placeholder schema