Skip to main content
DELETE
/
strategies
/
{strategyId}
Soft-archive a strategy (owner only)
curl --request DELETE \
  --url https://api.noonum.ai/v2/strategies/{strategyId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Enter 'Bearer' followed by a space and then your JWT or API Key. Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9... or Bearer YOUR_API_KEY_HERE

Path Parameters

strategyId
string<uuid>
required

UUID of the strategy

Response

Archived (no content)