Skip to content

MngDeleteCopyMaster

Deletes a Copy Trading master record.

The current implementation also removes linked subscriptions and trade links for this master 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 Master record id

Response Data

{
  "deleted": true
}