Deletes an application service from a Kubernetes cluster.
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.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
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
edas:ManageApplication |
delete |
*Application
|
None | None |
Request syntax
DELETE /pop/v5/k8s/acs/k8s_service HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
The ID of the application. |
5a166fbd***a286-781659d9f54c |
| Name |
string |
Yes |
The name of the service. |
service-http |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| ChangeOrderId |
string |
The ID of the change process. |
b4b37bde-a125-43fc-****-741f7f4a9ae3 |
| Code |
integer |
The HTTP status code. |
200 |
| Message |
string |
The additional information. |
success |
| RequestId |
string |
The ID of the request. |
9041389c-*****-459c-8253-724bca7f51f0 |
Examples
Success response
JSON format
{
"ChangeOrderId": "b4b37bde-a125-43fc-****-741f7f4a9ae3",
"Code": 200,
"Message": "success",
"RequestId": "9041389c-*****-459c-8253-724bca7f51f0"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | Edas.errorcode.PermissionDenied.message | You are not authorized to perform the operation. | No permissions |
See Error CodesError Codes for a complete list.
Release notes
See Release NotesRelease Notes for a complete list.