Delete stage
DELETE
/manage/events/:eventId/stages/:stageIdDelete a stage. Requires the stagesWrite permission.
| Auth | Login required |
|---|
Path parameters
eventIdstringrequiredEvent ID or slug.
stageIdstringrequiredStage ID; must belong to the same event.
Request
curl https://api.4s.link/manage/events/EVENT_ID/stages/STAGE_ID \-X DELETE \-H "Authorization: Bearer 4s_at_..."
Example response
{"id": "sg1a2b3c-..."}