Create disabled symbol .

POST
Endpoint
/copiers/{copier_id}/disabled-symbols
Description

Create a disabled symbol for a copier.

This stops a specific symbol from opening on the follower account.

Request example
{
    "lead_symbol_id":{lead_symbol_id},
}
Response example
{
    "result": "success",
    "status": 200,
    "data": {
        "id": 34960032,
        "created_at": "2025-04-25T15:22:45Z",
        "updated_at": "2025-04-25T15:22:45Z",
        "lead_symbol_id": 272379201,
        "lead_symbol": "WheatMay25"
    }
}

Attributes

Field Required Accepted Description
lead_symbol_id yes integer Lead account symbol ID

Stay in the loop.

Sign up to our newsletter to keep up-to-date.