Boekingsvoorstel::postDelete ============================ .. code-block:: json { "version": "0.1", "data": { "id": 77, "type_id": 3, "uitje_id": 4522, "contactmoment_id": 1901, "wanneer": "2025-08-20", "pdf_locatie": "uploads/voorstellen/4522-kanotocht-voorstel.pdf", "accepted_timestamp": null, "accepted_metadata": "{}", "online_akkoord_geven": true, "created_at": "2025-08-10T09:15:00+00:00", "updated_at": "2025-08-12T11:45:00+00:00" }, "meta": {} } Explanation: - **id**: integer. - **type_id**: integer. - **uitje_id**: integer. - **contactmoment_id**: integer|null. - **wanneer**: non-empty-string|null. ISO 8601 datetime of the proposal. - **pdf_locatie**: string|null. - **accepted_timestamp**: non-empty-string|null. ISO 8601 datetime when accepted. - **accepted_metadata**: string. - **online_akkoord_geven**: boolean. - **created_at**: ISO 8601 creation datetime string. - **updated_at**: ISO 8601 last update datetime string.