Deletes a single MediaQuestionnaire
Path parameters
-
identifier
string Required
Query parameters
-
iw-build-id
string build id of the client
-
iw-package-id
string package id of the client
DELETE
/api/media/questionnaire/{identifier}
curl \
--request DELETE 'https://replace-with-own-host.iw-erp.de/api/media/questionnaire/{identifier}' \
--header "x-session-token: $API_KEY"
Response examples (200)
{
"id": 42,
"questionnaire_type": "string",
"token": "string",
"public_copyright": "string",
"public_language_code": "string",
"public_author": "string",
"show_free_text": true,
"show_attachment": true,
"with_pagination": true,
"one_entry_per_person": true,
"require_address": true,
"require_contact": true,
"require_age": true,
"require_grade_level": true,
"start_time": "2025-05-04T09:42:00Z",
"end_time": "2025-05-04T09:42:00Z",
"age_group": "string",
"min_age": 42,
"max_age": 42,
"min_grade_level": 42,
"max_grade_level": 42,
"age_tolerance": 42,
"created": "2025-05-04T09:42:00Z",
"updated": "2025-05-04T09:42:00Z",
"deleted": true,
"image_url": "string",
"name": "string",
"slug_identifier": "string"
}