Deleting a Schema
Function
This API is used to delete a schema to release all its resources.
URI
DELETE /v1/{project_id}/instances/{instance_id}/databases/{ddm_dbname}?delete_rds_data=true
| Parameter | Mandatory | Description |
|---|---|---|
| project_id | Yes | Project ID of a tenant in a region |
| instance_id | Yes | DDM instance ID |
| ddm_dbname | Yes | Name of the schema to be deleted, which is case-insensitive |
| delete_rds_data | No | Whether the data stored in the associated RDS DB instances is deleted. This parameter is set to true blank by default. The value can be:
|
Request
Request parameters
None
Response
None
Example
- Example request
None
- Example response
{}
Status Code
For details, see Status Codes.
Last Article: Querying Details of a Schema
Next Article: APIs for Managing DDM Accounts

Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.