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.4 KiB
4.4 KiB
Deleting a Parameter Template
Function
This API is used to delete a specified parameter template.
URI
- URI format
PATH: /v1.0/{project_id}/configurations/{id}
Method: DELETE
- Parameter description
Table 1 Parameter description Name
Mandatory
Description
project_id
Yes
Specifies the project ID of a tenant in a region.
id
Yes
Specifies the parameter template ID.
- Restrictions
- Currently, the DB engines MySQL and PostgreSQL support deleting parameter templates.
- Parameter templates being applied to DB instances cannot be deleted.
- Default parameter templates cannot be deleted.
Request
None
Normal Response
{ "errCode": "RDS.0041", "externalMessage": "Operation successful." }
Abnormal Response
For details, see Abnormal Request Results.
Parent topic: Parameter Configuration