All Products
Search
Document Center

Message Queue for Apache Kafka:ReleaseInstance

Last Updated:Jan 16, 2023

Releases a pay-as-you-go Message Queue for Apache Kafka instance.

Operation Description

You cannot call this operation to release a subscription Message Queue for Apache Kafka instance.

Authorization information

The following table is the authorization information corresponding to the API, which can be found in the RAM permission policy statement.Action Used in the element to grant the RAM user or RAM role permission to call this API. The specific instructions are as follows:

  • 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 keyword: refers to the condition keyword defined by the cloud product itself.
  • 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.
Operate access level Resource type conditional keyword Association operation
alikafka:ReleaseInstance Write
    All resources
    without
without

Request parameters

Parameter Type Required Description Example
InstanceId string Yes

The ID of the instance.

alikafka_post-cn-mp919o4v****
RegionId string Yes

The region ID of the instance.

cn-hangzhou
ForceDeleteInstance boolean No

Specifies whether to immediately release the physical resources of the instance. Valid values:

  • true: The physical resources of the instance are immediately released.
  • false: The physical resources of the instance are retained for a period of time before they are released.
false

Response parameters

Parameter Type Description Example
object
Code integer

The HTTP status code returned. The HTTP status code 200 indicates that the request is successful.

200
Message string

The returned message.

operation success.
RequestId string

The ID of the request.

ABA4A7FD-E10F-45C7-9774-A5236015A***
Success boolean

Indicates whether the request is successful.

true

Example

Normal return example

JSONFormat

{
  "Code": 200,
  "Message": "operation success.",
  "RequestId": "ABA4A7FD-E10F-45C7-9774-A5236015A***",
  "Success": true
}

Error codes

For a list of error codes, visit the API error center.