ステージを削除

DELETE/manage/events/:eventId/stages/:stageId

ステージを削除します。stagesWrite 権限が必要です。

認証要ログイン

パスパラメータ

eventIdstring必須

イベント ID または slug。

stageIdstring必須

ステージ ID。同じイベントのステージであること。

リクエスト
curl https://api.4s.link/manage/events/EVENT_ID/stages/STAGE_ID \
-X DELETE \
-H "Authorization: Bearer 4s_at_..."
レスポンス例
{
"id": "sg1a2b3c-..."
}