Updated on 2026-05-30 GMT+08:00

Deleting a Parameter Template (a V3 API)

Function

This API is used to delete a parameter template.

URI

DELETE /v3/{project_id}/configurations/{config_id}

Table 1 URI parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Project ID of a tenant in a region

config_id

Yes

String

Parameter template ID

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

User token.

The token can be obtained by calling the IAM API used to obtain a user token. The value of X-Subject-Token in the response header is the user token.

Response Parameters

  • Normal response

    None

Example Request

DELETE https://{endpoint}/v3/{project_id}/configurations/{config_id}

Example Response

Status Codes

Error Codes

For details, see Error Codes.