DevZero Logo
DevZero

Delete Workspace V2

Delete a workspace

DELETE
/v2/teams/{team_id}/workspaces/{workspace_id}
/v2/teams/{team_id}/workspaces/{workspace_id}

Header Parameters

Authorization
Required
string

Value: "Bearer <token>"; visit the "User Settings" page in the DevZero dashboard to generate a token

Path Parameters

team_id
Required
string

ID of team

workspace_id
Required
string

id of workspace

curl -X DELETE "https://api.devzero.io/backend/v0/v2/teams/string/workspaces/string" \
  -H "Authorization: string"

No content