Unlink a section from a scene
DELETE/stories/:storyId/scenes/:sceneId/sections/:sectionId
Removes the association between a scene
and a Section
. Another Section
can be linked to this Story
scene
afterward.
Request
Responses
- 200
- 401
- 403
- 404
Successful response.
Unauthorized access.
Access forbidden.
Given resource was not found.