Skip to content

Delete Company From Portfolio

Request

Endpoint to delete a company from a portfolio.

Security
bearerToken
Path
portfolioIdnumberrequired

The unique identifier of the portfolio, obtained from /portfolios.

companyIdstringrequired

A company Safe Number or Connect ID.

curl -i -X DELETE \
  'https://connect.sandbox.creditsafe.com/v1/monitoring/portfolios/{portfolioId}/companies/{companyId}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Bodyapplication/json
correlationIdstring

A unique ID assigned to this request.

Example:"23921650-c073-11ea-860f-06bc8182190e"
messagestring

A message stating successful deletion.

Example:"Company removed"
Response
{ "correlationId": "23921650-c073-11ea-860f-06bc8182190e", "message": "Company removed" }