Skip to content

removeSavedAnimation

Sahri Riza Umami edited this page Jun 23, 2018 · 1 revision

Removes an animation from the list of saved animations.

removeSavedAnimation(animation, callback, data)
Field Type Description
animation InputFile Animation file to be removed.

Example

  • Remove animation id 212 from the list of saved animations.

    removeSavedAnimation(212)

    Response:

    {
      ["@type"] = "ok"
    }
  • Remove animation remote id abytATfydt2896DSJg9 from the list of saved animations.

    removeSavedAnimation('abytATfydt2896DSJg9')

    Response:

    {
      ["@type"] = "ok"
    }

Frequently Asked Questions
The Functions

Clone this wiki locally