All Products
Search
Document Center

EventBridge:DeleteEventStreaming

Last Updated:Mar 15, 2024

Deletes an event stream.

Operation description

You can call this API operation to delete an event stream.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
EventStreamingNamestringYes

The name of the event stream that you want to delete.

rocketmq-sync

Response parameters

ParameterTypeDescriptionExample
object
Messagestring

The returned error message.

The event streaming [xxxx] not existed!
RequestIdstring

The request ID.

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

The returned response code. The value Success indicates that the request is successful.

Success
Successboolean

Indicates whether the operation is successful. Valid values: true and false.

true

Examples

Sample success responses

JSONformat

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

Error codes

HTTP status codeError codeError message
403ServiceNotEnableService not enable

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

Change history

Change timeSummary of changesOperation
2024-03-14The Error code has changed. The response structure of the API has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 403
Output ParametersThe response structure of the API has changed.
2023-04-06The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 403