Replies: 2 comments 4 replies
|
For now we do not have such API methods, please file a feature requests in |
3 replies
|
Thanks for the response @alex-karpovich https://kb.timebase.info/docs/technology/apis/tickstream#delete |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi @alex-karpovich,
I can find below code which deletes the data based on specific symbols from a stream. But may I know how to delete the specific symbols data from specific space? using python
#Remove data for "APPL" symbol only
identities = ['APPL']
stream.clear(identities)
Regards,
Ankit
All reactions