Book a Demo

Author Topic: How to delete an Element using the API?  (Read 3615 times)

sherey

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
How to delete an Element using the API?
« on: November 01, 2014, 06:30:58 am »
What is the proper method to delete an Element using the API? I know the ID of the Element I wish to delete.

Am I supposed to delete the element via its parent's Elements collection's DeleteAt method?  If so, then I would have to loop through that collection to find the right index.  Surely there is a more direct way.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: How to delete an Element using the API?
« Reply #1 on: November 01, 2014, 09:31:39 am »
No, unfortunately not :(

q.