Delete Workspace
Workspaces
Delete Workspace
Deletes an workspace by its ID.
DELETE
Delete Workspace
Documentation Index
Fetch the complete documentation index at: https://docs.vertracloud.app/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the workspace to delete.
Response
A message indicating the result of the operation (e.g.,
ORGANIZATION_DELETED).Error Responses
The error code indicating the reason for failure. Possible values:
UNAUTHORIZED: The user is not authenticated or lacks sufficient permissions.ORGANIZATION_NOT_FOUND: The specified workspace does not exist or the user is not the owner.
A descriptive message providing additional details about the error.