DeleteApiMcpServerCore

更新时间:
复制 MD 格式

Deletes an ApiMcpServerCore resource.

Operation description

This public API does not require authorization because it does not access account-specific information.

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 /apimcpservercore HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

clientToken

string

No

A unique identifier generated by the client to ensure request idempotence. Using the same ClientToken for multiple requests to create or update a resource ensures the operation is performed only once, preventing duplicates. Use the same ClientToken for retries.

123e4567-e89b-12d3-a456-426655440000

id

string

Yes

The unique ID of the resource.

v6ZZ7ftCzEILW***

Response elements

Element

Type

Description

Example

object

requestId

string

The request ID.

A707AFA8-1A4C-5B2A-A165-8436C1EA38DB

Examples

Success response

JSON format

{
  "requestId": "A707AFA8-1A4C-5B2A-A165-8436C1EA38DB"
}

Error codes

HTTP status code

Error code

Error message

Description

400 Missing.Id Id is mandatory for this action.
400 IdempotentParameterMismatch The request uses the same client token as a previous request but with different parameters. Client tokens should not be reused across non-identical requests. Each unique request must have a distinct client token. The request used the same client token as the previous request, but with different parameters. Do not reuse the same token in requests with different parameters. Each request must use a unique token.
400 InvalidParam.ClientToken The specified client token is not valid. The idempotent parameter is incorrect, please check.
404 NotFound.ApiMcpServer Specified MCP server not found. The MCP service with the specified ID does not exist.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.