All Products
Search
Document Center

EventBridge:DeleteEventStreaming

Last Updated:Dec 18, 2025

Deletes an event stream.

Operation description

Deletes an event stream.

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

EventStreamingName

string

Yes

The name of the event stream to delete.

rocketmq-sync

Response elements

Element

Type

Description

Example

object

Message

string

The error message.

The event streaming [xxxx] not existed!

RequestId

string

The request ID.

499A9ACF-70CD-5D43-87F3-1B60529EE446

Code

string

The return code. `Success` is returned if the request is successful. Otherwise, an error code is returned. For more information about error codes, see Error codes.

Success: The request is successful.

Other codes indicate that the request failed. For more information about error codes, see Error codes.

Success

Success

boolean

Returns true if the operation is successful.

true

Examples

Success response

JSON format

{
  "Message": "The event streaming [xxxx] not existed!",
  "RequestId": "499A9ACF-70CD-5D43-87F3-1B60529EE446",
  "Code": "Success",
  "Success": true
}

Error codes

HTTP status code

Error code

Error message

Description

403 ServiceNotEnable Service not enable

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.