Delete a venue
Events that pointed at it keep their free-text address and lose the link, so no event loses information a
person typed. The response says how many were detached. There is no force: nothing else depends on a venue.
Errors
404 venue_not_found— unknown ID, or one belonging to another tenant.
DELETE
/api/v1/venues/{id}Authorization
AuthorizationBearer token (bloomcount_...) · headerrequiredPath parameters
idstringrequiredResponses
200Deleted
deletedbooleanrequireddetachedEventsintegerrequiredHow many events lost their link to this venue.
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.
errorstringrequired429Per-minute rate limit (60/min) or per-month cap exceeded.
errorstringrequired