forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: gtema <artem.goncharov@gmail.com> Co-committed-by: gtema <artem.goncharov@gmail.com>
4.6 KiB
4.6 KiB
Deleting Specified Streams
Function
This API is used to delete specified streams.
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. The token can be obtained by calling the IAM API (value of X-Subject-Token in the response header). |
Response Parameters
None
Example Requests
Deleting Specified Streams
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