Parameters

No parameters.
DELETE/v1/accounts/{{account_id}}/follow
curl https://api.tradly.app/v1/accounts/{{account_id}}/follow \
  -H "Authorization: Bearer YOUR_PUBLISHABLE_OR_SECRET_KEY" \
  -H "Content-Type: application/json" \
  -X DELETE \
  -d '{}'
RESPONSE
{
  "status": true,
  "data": {}
}