All Products
Search
Document Center

Platform For AI:DeleteConfig

Last Updated:May 27, 2026

Deletes a single dynamic parameter for a specified service.

Operation description

Request

This API deletes a specific configuration by its region ID, configuration type, service name, and configuration key. Ensure all parameter values are accurate to avoid accidentally deleting critical configurations.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

DELETE /api/v2/configs/{ClusterId}/{ConfigType}/{Name}/{ConfigKey} HTTP/1.1

Path Parameters

Parameter

Type

Required

Description

Example

ClusterId

string

No

region ID
The region ID. Although this parameter is named ClusterId, it requires the region ID.

cn-hangzhou

ConfigType

string

No

configuration type
The only supported value is service.

service

Name

string

No

service name
The name of the service that contains the configuration.

my-llm-service

ConfigKey

string

No

configuration key
The key of the dynamic parameter to delete.

rate_limit

Request parameters

Parameter

Type

Required

Description

Example

No parameters required.

Response elements

Element

Type

Description

Example

object

The response body.

message

string

A message indicating the operation result.

Successfully deleted 1 configs

deleted

integer

The number of configurations deleted.

1

Examples

Success response

JSON format

{
  "message": "Successfully deleted 1 configs",
  "deleted": 1
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.