DocsAPIValuations

Delete valuation

Deletes a valuation. Valuations other records still point at are kept rather than cascaded away.

DELETE
/valuations/{id}
Path

Valuation ID

Example: 7

Path Parameters

idRequiredstring

Valuation ID

Pattern: "^\\d+$"

Credentials

Bearer
curl -X DELETE "https://api.fundra.com/v1/valuations/7" \
  -H "Authorization: Bearer <token>"

Valuation deleted

{
  "success": true,
  "id": "7"
}