Deletes an ApiMcpServerCore resource.
Operation description
This public API does not require authorization because it does not access account-specific information.
Try it now
Test
RAM authorization
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 |
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.