イベントスタッフを削除

DELETE/manage/events/:eventId/staff/:staffId

イベントスタッフを削除します。staffWrite 権限が必要です。

認証要ログイン

パスパラメータ

eventIdstring必須

イベント ID または slug。

staffIdstring必須

スタッフ ID。

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