The ID of the organization to remove the database from.
The ID of the database to remove from the organization.
Response
Indicates whether the call was successful.
success
if successful, error
if not.Error Responses
Indicates whether the call was successful.
error
if not successful.The error code indicating the reason for failure. Possible values:
FORBIDDEN
: The user is not authenticated or lacks sufficient permissions (requiresowner
oradmin
role).DATABASE_NOT_FOUND
: The specified database does not exist or the user is not the owner.