Deletes an event stream.
Operation description
Deletes an event stream.
Try it now
Test
RAM authorization
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.