{
  "properties": {
    "anchor_id": {
      "description": "Anchor ID to delete",
      "title": "Anchor Id",
      "type": "string"
    },
    "strategy_id": {
      "description": "Strategy ID",
      "title": "Strategy Id",
      "type": "string"
    }
  },
  "required": [
    "strategy_id",
    "anchor_id"
  ],
  "title": "builder_delete_anchorArguments",
  "type": "object"
}
