Deletes an application.
Operation description
Before you delete an application, its status must be Destroyed_Success. Otherwise, the deletion fails. You can call GetApplication to query the application status.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
bpstudio:DeleteApplication |
delete |
*Application
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ApplicationId |
string |
Yes |
The ID of the application. |
002XWH7MXB8MJRU0 |
| ResourceGroupId |
string |
No |
The ID of the resource group. |
rg-acfmyjt3c5om3hi |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Message |
string |
The error message. |
Success |
| RequestId |
string |
The ID of the request. |
A07FFDF2-78FA-1B48-9E38-88E833A93187 |
| Code |
string |
The response code. |
200 |
Examples
Success response
JSON format
{
"Message": "Success",
"RequestId": "A07FFDF2-78FA-1B48-9E38-88E833A93187",
"Code": "200"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ParameterEmpty | The request parameter cannot be empty. | |
| 500 | ServiceError | A server error occurred. Please try again later. | |
| 404 | EntityNotExist.ResourceGroup | The resource group does not exist. | |
| 404 | EntityNotExist.ResourceId | The resource does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.