how to delete property via service?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
how to delete property via service?
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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
You can use "RemovePropertyDefinition" Service to delete property from thing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
You can use "RemovePropertyDefinition" Service to delete property from thing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Oh this make more sense than my answer ^^
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
OMG... i miss that service... it my fault..
i just search delete or purge..
thanks for your answer!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.