Skip to main content

Delete STP strategy group

HTTP Request

  • DELETE /api/v3/strategy/group

Required Permission: SPOT_ACCOUNT_WRITE

Weight(IP): 20

Request Parameters

NameTypeMandatoryDescription
tradeGroupIdstringyesstp strategy group id
timestamplongyestimestamp
signaturestringyessignature

Response Parameters

NameTypeDescription
msgstringdelete status

Precautions:

  • Only the master account is allowed to delete; sub-accounts cannot access
  • Only strategy groups under the current master account can be operated; cross-master-account operations are not allowed

Response

{
"data": true,
"code": 200,
"msg": "success",
"timestamp": 1758044399749
}