DocsAPICompanies

Delete company

Deletes a company profile. Companies that portfolio companies, funding rounds or other records still point at are kept – remove those first, so deleting a profile can never take a fund's history with it.

DELETE
/companies/{id}
Path

Company ID

Example: 1

Path Parameters

idRequiredstring

Company ID

Pattern: "^\\d+$"

Credentials

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

Company deleted

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