DeleteCopyTradeMaster¶
Endpoint¶
DELETE /copytrade/master/{id}
Authorization¶
Requires SESSION_CUSTOMER.
Description¶
Deletes a customer-owned master profile. Related subscriptions and trade links are removed by CopyTradeManager.
Response¶
{
"deleted": true
}
Errors¶
| HTTP | Error | Description |
|---|---|---|
403 |
PERMISSION_DENIED |
Master is not owned by the customer |
404 |
RET_ERR_NOTFOUND |
Master was not found |