BULK DELETE ReservationsAsk AIpost https://api.timeedit.net/v1/reservations/deleteBody ParamsBulk Delete Reservations Operation, max limit 100 reservations per request. You may use both ids and extIds in the same call, but they all should refer to unique reservations. The result will contain the id or extId of the reservation with the corresponding result if the call is successful.idsarray of int64sUnique ids of reservations to deleteidsADD int64extIdsarray of stringsUnique extIds of reservations to delete. Not used that frequently, since most reservations don't use extIds.extIdsADD stringResponses 207Multi status 400Bad request 403Forbidden 404Not foundUpdated 3 months ago