Delete an interaction
DELETE/stories/:storyId/scenes/:sceneId/interactions/:interactionId
It deletes an Interaction
of an interactive Story
. All referenced options
of the Interaction
will be also deleted.
Request
Responses
- 200
- 401
- 403
- 404
Successful response.
Unauthorized access.
Access forbidden.
Given resource was not found.