All Products
Search
Document Center

API Gateway:DeleteApp

Last Updated:Oct 19, 2024

Deletes a specified app.

Operation description

  • This operation is intended for API callers.
  • After an application is deleted, the application and its API authorization cannot be restored.
  • You can call this operation up to 50 times per second per account.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
AppIdlongYes

The ID of the application.

110840611
Tagarray<object>No

The tags. Up to 20 tags are allowed.

test2
objectNo
KeystringYes

The key of the tag.

appname
ValuestringNo

The value of the tag.

testapp

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

CEF72CEB-54B6-4AE8-B225-F876FF7BZ015

Examples

Sample success responses

JSONformat

{
  "RequestId": "CEF72CEB-54B6-4AE8-B225-F876FF7BZ015"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history