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" ] } '
{ "error": "invalid_request", "message": "The request was invalid or cannot be served" }
Remove one or more companies from a fund
API key authentication using Bearer token format
Fund public ID
Array of company public IDs
1 - 500
["abc123def456", "654fed321cba"]
Companies removed from fund successfully