DELETE /v1/mirror/{address}

Remove a mirror from your mirror list.

delete

Stop copy-trading the specified wallet by removing it from your mirror list. Provide the wallet's address as a path parameter. If you are not mirroring this address, the request still succeeds without making any changes.

Authorizations
Responses
200

Success

application/json
delete
DELETE /v1/mirror/{address} HTTP/1.1
Host: api.odinbot.io
x-api-key: YOUR_API_KEY
Accept: */*
{
  "message": "Success"
}

Last updated

Was this helpful?