Deletes an application based on a specified process identifier (PID) and application type.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
arms:DeleteTraceApp | none |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
AppId | string | Yes | The ID of the application that you want to delete. You can call the SearchTraceAppByName operation to query the application ID. For more information, see SearchTraceAppByName . | 5406** |
RegionId | string | Yes | The ID of the region in which the application is located. | cn-hangzhou |
Type | string | Yes | The type of the application that you want to delete. You can call the SearchTraceAppByName operation to query the application type. For more information, see SearchTraceAppByName . Valid values:
| TRACE |
Pid | string | Yes | The PID of the application. For more information about how to query the PID, see QueryMetricByPage . | 9w0sc5gxxz@edcsd447c2f**** |
DeleteReason | object | No | The reason(s) to delete application. | |
Remark | string | No | Additional remarks when none of the reasons for removal provided are met. | The business scenario cannot be satisfied. |
ReasonIds | array<object> | No | Reasons Ids. | |
object | No | |||
Id | integer | No | The ID of the reason for deletion. | 0 |
Name | string | No | A description of the reason for removal. | The function is not perfect, and the root cause of the problem cannot be located. |
Response parameters
Examples
Sample success responses
JSON
format
{
"Data": "\"{\\\\\"code\\\\\":200,\\\\\"data\\\\\":\\\\\"{\\\\\\\\\\\"code\\\\\\\\\\\":200,\\\\\\\\\\\"data\\\\\\\\\\\":true,\\\\\\\\\\\"errorCode\\\\\\\\\\\":\\\\\\\\\\\"The application is deleted\\\\\\\\\\\",\\\\\\\\\\\"message\\\\\\\\\\\":\\\\\\\\\\\"The application is deleted\\\\\\\\\\\",\\\\\\\\\\\"success\\\\\\\\\\\":true,\\\\\\\\\\\"traceId\\\\\\\\\\\":\\\\\\\\\\\"0bc0594d15954826692915817e\\*\\*\\*\\*\\\\\\\\\\\"}\\\\\",\\\\\"errorCode\\\\\":\\\\\"The application is deleted\\\\\",\\\\\"message\\\\\":\\\\\"The application is deleted\\\\\",\\\\\"success\\\\\":true,\\\\\"traceId\\\\\":\\\\\"0ab2646915954826692568137d\\*\\*\\*\\*\\\\\"}\n",
"RequestId": "46355DD8-FC56-40C5-BFC6-269DE4F9****",
"Message": "Internal error. Please try again. Contact the DingTalk service account if the issue persists after multiple retries.",
"Code": 200,
"Success": true
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-05-28 | The Error code has changed | View Change Details |
2023-08-03 | The request parameters of the API has changed. The response structure of the API has changed | View Change Details |