{
  "args": {
    "entity_ids": {
      "desc": "Encoded IDs of the entities you'd like to remove from the policy.",
      "example": "['U1234']",
      "required": true,
      "type": "array"
    },
    "entity_type": {
      "desc": "The type of entity to assign to the policy. Currently, `USER` is supported.",
      "required": true
    },
    "policy_name": {
      "desc": "The name of the policy to remove entities from. Currently, `email_password` is the only policy that may be used with this method.",
      "example": "email_password",
      "required": true,
      "type": "string"
    }
  },
  "desc": "Remove specified entities from a specified authentication policy.",
  "errors": {
    "entity_not_found": "At least one `entity_id` was not found",
    "feature_not_enabled": "This method is only available to Enterprise customers.",
    "not_an_admin": "This method is only accessible by Org Owners and Admins.",
    "policy_not_found": "The `policy_name` could not be found."
  },
  "rate_limit": {
    "label": "Tier 4: 100+ per minute",
    "url": "https://docs.slack.dev/apis/web-api/rate-limits"
  },
  "scopes": {
    "user": [
      {
        "name": "admin.users:write",
        "url": "https://docs.slack.dev/reference/scopes/admin.users.write"
      }
    ]
  }
}

