Remove a story
Remove a story by using the DestroyObject method.
Example
The first step, in this example, is to create the story story01.
1. Create the story with identifier story01. The handle is 1 because the CreateObject method applies at app level.
The client sends:
The engine returns:
The story story01 is created and has 2 as a handle.
For more information, see the CreateObject method.
2. Remove the slide with identifier slide01. The handle is 1 because the DestroyObject method applies at app level.
The client sends:
The engine returns:
The slide slide01 is successfully removed.
For more information, see the
3. Remove the story with identifier story01. The handle is 1 because the DestroyObject method applies at app level.
The client sends:
The engine returns:
The story story01 is successfully removed.
For more information, see the DestroyObject method.