cURL
curl --request DELETE \ --url https://app.concretehq.com/api/v1/funds/{fundPublicId}/companies \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "companyPublicIds": [ "abc123def456", "654fed321cba" ] }'
This response does not have an example.
Remove one or more companies from a fund
API key authentication using Bearer token format
Fund public ID
Companies removed from fund successfully