MngDeleteCopyFollower¶
Deletes a Copy Trading follower record.
The current implementation also removes linked subscriptions and trade links for this follower from the Copy Trading cache and database.
Access¶
SESSION_MANAGER, SESSION_ADMIN, SESSION_DEALER, SESSION_CRM_MANAGER, SESSION_CRM_ADMIN.
Request Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
id |
int | Yes | Follower record id |
Response Data¶
{
"deleted": true
}