My App
API ReferenceWorkspaces

Delete Workspace

Permanently delete a workspace.

Removes the workspace and all its data. This action can't be undone. Only the owner can delete a workspace.

DELETE
/v1/workspaces/{workspace_id}

Path Parameters

workspace_id*string
Formatuuid

Response Body

application/json

curl -X DELETE "https://loading/v1/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}