Search code examples
keen-io

delete property of event keen.io


Is there a way to delete a property of an event?

e.g. I have an event called Log which has a two properties X and Y

I wanted to delete X

If this cannot be done can I edit the values of X for event Log?

I have been unable to find anything online


Solution

  • Take a look here at the API Docs. Have you tried sending a DELETE to https://api.keen.io/3.0/projects/PROJECT_ID/events/Log/properties/X or something along those lines? This will delete the property from all events in the collection.