Contactformulier::postDelete ============================ .. code-block:: json { "version": "0.1", "data": { "id": 87, "naam": "Test formulier", "email": "marieke.janssen@example.com", "contact_opnemen_group_id": 5, "bedrijf_id": 3, "contactmoment_title": "Vraag over familiedag kano’s", "created_at": "2025-07-12T09:45:00+00:00", "updated_at": "2025-07-12T10:00:00+00:00" }, "meta": {} } Explanation: - **id**: integer. - **naam**: string. - **email**: string|null. - **contact_opnemen_group_id**: integer|null. - **bedrijf_id**: integer. - **contactmoment_title**: string. - **created_at**: ISO 8601 creation datetime string. - **updated_at**: ISO 8601 last update datetime string.