DeleteCopyTradeSubscription¶
Endpoint¶
DELETE /copytrade/subscription/{id}
Authorization¶
Requires SESSION_CUSTOMER.
Description¶
Deletes a subscription owned by the authenticated customer through its follower account.
Response¶
{
"deleted": true
}
Errors¶
| HTTP | Error | Description |
|---|---|---|
403 |
PERMISSION_DENIED |
Subscription is not owned through follower account |
404 |
RET_ERR_NOTFOUND |
Subscription was not found |