Method : DELETE
URI : /stream/<schema_name>
- API 2.0
- Introduction
- General Information
- The document structure
- SERVER API
- Get the Server Stats
- Run sql (like) query for tables
- Get database name
- Get the list of tables
- Open a table
- Get environment details
- List all the tables
- Get the general info / statistics of the tables
- Get the stats of a given table
- Count number of rows in a table
- Create table
- Add index to a table
- Insert a document/data into a table
- Get a document/data for a key
- Delete a key and value/document
- Delete an index from the table (only secondary index)
- Delete a table
- Insert an event into a stream
- Get the list of all schemas registered in the db
- Get information for a given schema
- Get the schema json doc for a given schema
- Get the dependency graph of the schema
- Change/get the state of any stream
- Query streams to retrieve data
- run cypher on stream to get the data as required
- Add another stream into an existing schema
- Delete prediction status for a particular file
- Delete a training request for a given model
- Edit an existing schema
- Delete a model
- Get usage of the schema, number of events and size ingested and their stats
- Count the number of events in a stream
- Get the count of buckets within the resource server
- List of all buckets in the db
- Upload stream data to BRS
- Create a bucket
- De-register a schema
- De-register a given stream in a schema
- List of objects/files in the bucket
- List of objects/files within a bucket
- Train a model
- Get the training status of a model
- Upload/put file into a bucket
- Do prediction for a trained model
- Download/get a file from the bucket
- In case of aysnc prediction, get prediction status for a model
- Upload an object (in-memory)
- Count number of models for a schema in the db
- Delete a file / object from a given bucket
- Delete a bucket (all of its contents/files/objects)
- Get training request for a model
- Create a graph table
- Get all training requests in the system
- Open an existing graph table
- List all graph tables in the db
- Get the stats of a given graph table
- Add a node into a graph table
- Add triple into a graph table
- Run cypher query on graph
- Register a notification
- Pause, activate and deregister a notification
- Various notification queries
BangDB 2.0 REST API
- Home
- Docs
- BangDB 2.0 REST API
- API 2.0
- SERVER API
- De-register a schema