Delete entity valuation datapoint by detail id

View as Markdown

Deletes the stated research-detail valuation identified by detailId from entities valuations list. Fundraise-derived points have null detailId and cannot be deleted here. Response is the deleted point.

Authentication

AuthorizationBearer

User bearer token: Supabase or Clerk session JWT, Clerk OAuth access token, or Clerk personal API key

OR
X-API-Keystring

Admin API key for system-to-system write operations

Path parameters

detailIdintegerRequired
Research detail row id for the valuation datapoint

Query parameters

idstringOptionalformat: "uuid"

Owner-scoped resource UUID selector.

slugstringOptionalformat: "^[a-z0-9_-]+$"<=255 characters

Owner-scoped resource slug selector.

sourceTypeenumRequired
Write provenance source type.
sourceDetailstringRequired
Source detail or reviewer reference for the write.
sourceProviderstringOptional

Provider name for provider-native IDs or slugs.

sourceProviderIdstringOptional

Provider-native source ID.

sourceProviderSlugstringOptional

Provider-native source slug.

actorTypeenumOptional

Actor type; inferred as agent when agentChassis and agentModel are supplied, or as employee from an authenticated user JWT session.

Allowed values:
agentChassisstringOptional

Agent chassis token for agent-authored writes.

agentModelstringOptional

Agent model id for agent-authored writes.

Response

OK
asOfDatedatetime
Effective timestamp for this valuation datapoint.
confidenceenum
Confidence tier for this datapoint.
currencystring
ISO 4217 currency code.
declaredBasisenum
Basis declared by the original source.
derivationenum

How pre-money and post-money fields were obtained.

sourceenum
Canonical store that supplied the point.
sourceRefstring

detail-<id> or fundraise-<transactionId> display reference.

amountRaisedlong or nullOptional
Amount raised in the same currency, only for fundraise rows.
detailIdinteger or nullOptional

Research detail id for stated valuation rows. Null for fundraise-derived rows, which cannot be updated or deleted on this valuation surface.

labelstring or nullOptional
Fundraise round label or legacy detail display text, when present.
valuationPostMoneylong or nullOptional

Post-money valuation in full currency units, when known.

valuationPreMoneylong or nullOptional

Pre-money valuation in full currency units, when known.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
406
Not Acceptable Error
409
Conflict Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error