Delete Stream
Request to delete stream.
Request
| Property | Value |
|---|---|
| Method | DELETE |
| URL | https://api.stormstreaming.com/api/request/stream/{stream_key} |
| Authentication | x-api-key |
URL Parameters:
| Parameter | Description |
|---|---|
{stream_key} | The stream key of the stream you wish to delete |
Request
curl -X DELETE "https://api.stormstreaming.com/api/request/stream/{stream_key}" \
-H "x-api-key: YOUR_API_KEY"
Response
| Parameter | Type | Description |
|---|---|---|
message | string | Response status message |
Successful Response (200)
{
"message": "Stream has been deleted."
}
Support Needed?
Create a free ticket and our support team will provide you necessary assistance.