forked from docs/doc-exports
Reviewed-by: Kacur, Michal <michal.kacur@t-systems.com> Co-authored-by: chenxiaoxiong <chenxiaoxiong@huawei.com> Co-committed-by: chenxiaoxiong <chenxiaoxiong@huawei.com>
4.8 KiB
4.8 KiB
Deleting a Stream
Function
This API is used to delete a specified stream.
Calling Method
For details, see Calling APIs.
URI
DELETE /v2/{project_id}/streams/{stream_name}
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
project_id |
Yes |
String |
Project ID |
stream_name |
Yes |
String |
Name of the stream to be deleted Maximum: 60 |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
X-Auth-Token |
Yes |
String |
User token. It can be obtained by calling the IAM API used to obtain a user token. The value of X-Subject-Token in the response header is the user token. |
Response Parameters
None
Example Requests
Deleting a Stream
DELETE https://{Endpoint}/v2/{project_id}/streams/{stream_name}
Example Responses
None
Status Codes
Status Code |
Description |
|---|---|
204 |
Normal response |
Error Codes
See Error Codes.
Parent topic: Stream Management