Delete an event
Deletes the event and everything belonging to it: its groups, lines, saved versions, rollups and mood-board
images. Nothing outside the event references it, so there is no force — the catalogue and price lists it
pointed at are untouched.
DELETE
/api/v1/events/{id}Authorization
AuthorizationBearer token (bloomcount_...) · headerrequiredPath parameters
idstringrequiredResponses
200Deleted, with a count of what belonged to it.
deletedbooleanrequiredgroupsDeletedintegerrequiredGroups removed with the event.
itemsDeletedintegerrequiredLines removed with the event.
401Missing or invalid API key, or revoked / expired.
errorstringrequired403Authenticated, but the key lacks the required scope or the tenant has no API access.
errorstringrequired404The requested resource doesn't exist or belongs to a different tenant.
errorstringrequired422Request body or arguments failed validation.
errorstringrequired429Per-minute rate limit (60/min) or per-month cap exceeded.
errorstringrequired