@qtsurfer/api-client
    Preparing search index...

    Function deleteStrategy

    • Release a registered strategy Removes a strategy from GET /strategy/{strategyId} and GET /strategies. This is not undone by re-submitting the same source to POST /strategy — that registers a new strategy, with a new id.

      Backtests you already ran against this strategy are unaffected. Deleting it stops it from counting against your account and stops you from validating or re-running it under this id — it does not erase what already happened.

      Only removes a strategy you registered yourself. If you copied someone else's strategy (a shared/marketplace listing), deleting your copy never affects theirs, or anyone else's.

      Type Parameters

      • ThrowOnError extends boolean = false

      Parameters

      Returns RequestResult<
          { deleted: true; strategyId: string },
          ResponseError,
          ThrowOnError,
      >