Delete a staff member
Detaches them from every event that listed them, as lead, support, or on any invite list.
A row that belongs to a signed-in member (hasAccount: true) can’t be deleted this way — it is recreated on
sight — so the request returns 409 staff_has_account. Remove the person from the organisation instead.
DELETE
/api/v1/staff/{id}Authorization
AuthorizationBearer token (bloomcount_...) · headerrequiredPath parameters
idstringrequiredResponses
200Deleted
deletedbooleanrequireddetachedEventsintegerrequiredHow many events this person was removed from.
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.
errorstringrequired409The request is well formed, but it conflicts with the current state: a name already taken, a row the app
protects (the hidden Default supplier, a preset colour or category), or a staff member who has an account.
errorstringrequired429Per-minute rate limit (60/min) or per-month cap exceeded.
errorstringrequired