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