アンケート設問を削除

DELETE/manage/events/:eventId/questions/:questionId

設問を削除します。回答も併せて削除されます。questionsWrite 権限が必要です。

認証要ログイン

パスパラメータ

eventIdstring必須

イベント ID または slug。

questionIdstring必須

設問 ID。

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