Vai al contenuto principale
DELETE
/
workspaces
/
{workspaceId}
/
members
/
{memberId}
Rimuovi un membro da un workspace
curl --request DELETE \
  --url https://api.altostrat.io/workspaces/{workspaceId}/members/{memberId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Inserisci il tuo JWT nel formato: Bearer {token}

Path Parameters

workspaceId
string
required

L'ID del workspace.

Example:

"ws_a1b2c3d4e5f6g7h8"

memberId
string
required

L'ID Utente Auth0 (sub) del membro del workspace.

Example:

"auth0|64f5a6b7c8d9e0f1a2b3c4d5"

Response

Il membro è stato rimosso con successo.