a71fce1f5c26
latestOpenAPI 3.1.02026-08-121,0321,3412.1 MBDATA_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