delete_custom_question
Deletes a custom question from an Eventbrite event, removing it from the registration form. Provide event and question IDs.
Instructions
Delete a custom Question.
ENDPOINT: DELETE /events/{event_id}/questions/{question_id}/
ERRORS (403):
NOT_AUTHORIZED: No permission
ERRORS (404):
NOT_FOUND: Question doesn't exist
AUTHENTICATION: Requires: Authorization: Bearer PERSONAL_OAUTH_TOKEN
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Event ID (required) | |
| question_id | Yes | Question ID (required) |