मुख्य सामग्री पर जाएं

Delete All Streams – Streams REST API

को अपडेट
Jul 20, 2026

अवलोकन

Deletes all streams configured in your account. This is a bulk operation that permanently removes all stream configurations and stops all data delivery.

Key considerations:

  • This action cannot be undone
  • All stream configurations will be permanently deleted
  • Data delivery stops immediately for all streams
  • Use with extreme caution

Irreversible Action

This is an extremely destructive action that will delete ALL streams in your account. Make absolutely sure you want to remove all streams before proceeding.

Endpoint

Send a DELETE request to remove all streams.

DELETE https://api.quicknode.com/streams/rest/v1/streams

Example Request

curl -X DELETE "https://api.quicknode.com/streams/rest/v1/streams" \
-H "accept: application/json" \
-H "x-api-key: YOUR_API_KEY"

प्रतिक्रिया

On success, the API returns a confirmation message.

{
"code": 200,
"msg": "All streams deleted successfully",
"data": null
}

Response Fields

FieldTypeविवरण
कोडसंख्याHTTP status code (200 for success)
msgडोरीConfirmation message
डेटाnullNo additional data returned