All Products
Search
Document Center

ApsaraMQ for RabbitMQ:DeleteOpenSourcePermission

Last Updated:Jun 24, 2026

Deletes an open source permission.

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.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

InstanceId

string

Yes

The instance ID.

amqp-cn-v0h1kb9nu***

UserName

string

Yes

The username.

myName

Vhost

string

Yes

The vhost name.

production

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The request ID.

92385FD2-624A-48C9-8FB5-753F2AFA***

Code

integer

The return code. A value of 200 indicates success.

200

Success

boolean

Indicates whether the request is successful.

True

Message

string

The returned message.

operation success

Examples

Success response

JSON format

{
  "RequestId": "92385FD2-624A-48C9-8FB5-753F2AFA***",
  "Code": 200,
  "Success": true,
  "Message": "operation success"
}

Error codes

HTTP status code

Error code

Error message

Description

403 UnauthorizedOperation The request has failed due to unauthorized operation. The request has failed due to unauthorized operation.
404 InstanceNotExist The instance resource does not exist. The instance resource does not exist.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.