forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Wang , Deng Ke <wangdengke2@huawei.com> Co-committed-by: Wang , Deng Ke <wangdengke2@huawei.com>
4.3 KiB
4.3 KiB
Deleting a DB Instance
Function
This API is used to delete a DB instance.
URI
- URI format
PATH: /v1.0/{project_id}/instances/{instanceId}
Method: DELETE
- Parameter description
Table 1 Parameter description Name
Mandatory
Description
project_id
Yes
Specifies the project ID of a tenant in a region.
instanceId
Yes
Specifies the ID of the DB instance to be deleted.
- Restrictions
- The standby DB instance cannot be deleted.
- All automated backups will be deleted and all manual backups will be retained.
- Currently, only the DB engines MySQL and PostgreSQL are supported by the API.
Request
None
Normal Response
None
Abnormal Response
For details, see Abnormal Request Results.
Parent topic: DB Instance Management