Query parameters

Responses

DELETE /api/event/base_event_invitation/{identifier}
curl \
 --request DELETE 'https://replace-with-own-host.iw-erp.de/api/event/base_event_invitation/{identifier}' \
 --header "x-session-token: $API_KEY"
Response examples (200)
{
  "company": {
    "id": 42,
    "company_name": "string",
    "main_phone": "string",
    "main_fax": "string",
    "main_email": "string",
    "website": "string"
  },
  "person": {
    "id": 42,
    "first_name": "string",
    "last_name": "string",
    "order": 42
  },
  "baseEvent": {
    "id": 42,
    "event_type": "string",
    "event_people_limit": 42,
    "event_people_min_limit": 42,
    "hide_event_people_limit": true,
    "has_wait_list": true,
    "can_sign_up_for_main_event": true,
    "only_sign_up_for_main_event": true,
    "start_time": "2025-05-04T09:42:00Z",
    "end_time": "2025-05-04T09:42:00Z",
    "require_address": true,
    "require_contact": true,
    "require_billing": true,
    "allow_direct_billing": true,
    "require_age": true,
    "require_grade_level": true,
    "require_free_note_field_ids": "string",
    "generate_new_bookings": true,
    "generate_new_bookings_v2": true,
    "generate_ignore_sys_calendar": true,
    "generate_hour_start": "2025-05-04T09:42:00Z",
    "generate_hour_end": "2025-05-04T09:42:00Z",
    "generate_day_of_week": 42,
    "bitmask_days_of_week": 42,
    "bitmask_hours_start": 42,
    "summarized_date_times": "string",
    "customer_detail_cta": "string",
    "customer_badge": "string",
    "main_phone": "string",
    "main_fax": "string",
    "main_email": "string",
    "website": "string",
    "name": "string",
    "image_url": "string"
  },
  "id": 42,
  "read": true,
  "token": "string",
  "first_name": "string",
  "last_name": "string",
  "gender": "string",
  "birthday": "2025-05-04T09:42:00Z",
  "message": "string",
  "reply_message": "string",
  "main_phone": "string",
  "main_fax": "string",
  "main_email": "string",
  "website": "string",
  "order": 42
}