DATA_STORE
Delete Data Store
Deletes a data store. If not exists, returns 404 db: Session = Depends(get_db) is a dependency injection which returns the db session with the tenant data_store: DataStore to delete id: data store id auth=Depends(has_token) is a dependency injection which validates and returns the user_id
delete/data_stores/{data_store_id}
Path parameters
data_store_idinteger required
Response
Successful Response
Changes
No recorded changes to this endpoint across all 28 revisions of this API.