Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
hi, i'm search how to delete property via service
that service didn't find snippet or generic service
how can i delete property using service?
thanks
Solved! Go to Solution.
Hi,
You can use "RemovePropertyDefinition" Service to delete property from thing
Hi,
You can use "RemovePropertyDefinition" Service to delete property from thing
Oh this make more sense than my answer ^^
OMG... i miss that service... it my fault..
i just search delete or purge..
thanks for your answer!
I'm not sure if this is possible. But maybe you can create a work around (untested). You can create a new thing with the EntityServices and add the property that you still want to have with AddPropertyDefinition of the new thing. And than you can copy the values of the old thing to the new thing and delete the old one.