Replies: 2 comments 4 replies
-
For now we do not have such API methods, please file a feature requests in |
Beta Was this translation helpful? Give feedback.
3 replies
-
Thanks for the response @alex-karpovich https://kb.timebase.info/docs/technology/apis/tickstream#delete |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions