Logo PopinaPopina API

Deletes a Booking Window Exception

Allows the POS to delete Booking Window Exceptions.

DELETE/v1/booking-window-exceptions/{bookingWindowExceptionId}
authorization<token>

To get an API key, please contact us. We'll be happy to help you.

In: header

Path Parameters

bookingWindowExceptionIdstring
bookingWindowIdstring
Formatuuid
locationIdstring
Formatuuid

Response Body

application/json

curl -X DELETE "http://localhost:4008/v1/booking-window-exceptions/string" \  -H "Content-Type: application/json" \  -d '{    "bookingWindowId": "d290f1ee-6c54-4b01-90e6-d701748f0851",    "locationId": "3a787077-60f5-45fe-ba16-683eee9f61e5"  }'
null