Delete bookings
DELETE/api/v2/booking
Deletes bookings from the database. Note: this is a hard delete that ignores business rules. The API will also delete nodes linked to the bookings. Filtering can be applied to a request to delete bookings based on a mask, for example:
/api/v2/booking?simulation=156373&uid__not_in=601a376b-13e1-4d2c-b194-bbbc2d5b3722,39e2d67c-b32d-4127-bf21-92a344a4a643
Request
Responses
- 204
No Content