Deletes 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(required): string
database ID
Query Parameters
-
pdbName: string
Pluggable database Name
Header Parameters
-
forceEnable: string
A flag to specify whether force delete is enabled
-
opc-idempotency-token: string
Minimum Length:
1
Maximum Length:64
A 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
database delete state.
Default Response
An unexpected error has occurred