Vai al contenuto principale
DELETE
/
workspaces
/
{workspaceId}
Archivia un workspace
curl --request DELETE \
  --url https://api.altostrat.io/workspaces/{workspaceId} \
  --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"

Response

Il workspace è stato archiviato con successo.