Remove Database from Workspace
DBs
Remove Database from Workspace
Removes a database from an workspace by its ID.
DELETE
Remove Database from 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 remove the database from.
The ID of the database to remove from the workspace.
Response
Error Responses
The error code indicating the reason for failure. Possible values:
FORBIDDEN: The user is not authenticated or lacks sufficient permissions (requiresowneroradminrole).DATABASE_NOT_FOUND: The specified database does not exist or the user is not the owner.
A descriptive message providing additional details about the error.