Delete database by ID
delete
                    /databases/{databaseId}
Deletes the database by ID. Deletes the file system, and the underlying ADVM volumes assigned to the database. For example, deleting a database named hrdb also deletes the file system /u02/app/oracle/oradata/hrdb. Do not keep any other files on this database file location.
                Request
Supported Media Types
                - application/json
Path Parameters
                - 
                    databaseId: string
                    
                    database ID
Header Parameters
                - 
                        forceEnable(optional): string
                        
                        A flag to specify whether force delete is enabled
- 
                        opc-idempotency-token: string
                        
                        Minimum Length:1Maximum Length:64A user-supplied token that uniquely identifies a request. A single request will be acted upon among many requests that share the same token. Idempotency tokens expire after 30 minutes.
Response
Supported Media Types
                - application/json
200 Response
OK
                
                
                Default Response
An unexpected error has occurred