Skip to content

Remove portfolio strategy member#

About#

Deletes provider portfolio strategy member

DELETE /users/current/configuration/portfolio-strategies/:portfolioId/members/:strategyId

For more information see Swagger documentation

Headers#

Name Type Required Description
auth-token string Yes authorization token. See Authentication & authorization

Path parameters#

Name Type Required Description
portfolioId string Yes portfolio id
strategyid string Yes id of the strategy to delete member for

Body#

Optional close instructions schema: CloseInstructions

Response#

Responses:

  • 204 - PortfolioStrategyMember deleted successfully.
  • 401 - Authorization failed. Response schema: Error
  • 404 - PortfolioStrategyMember not found. Response schema: Error

Examples#

Example request:

curl -X DELETE --header 'Accept: application/json' --header 'auth-token: token' 'https://copyfactory-api-v1.new-york.agiliumtrade.ai/users/current/configuration/portfolio-strategies/aBcD/members/bCdE'